Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible string type reference method there is more than one. More...
Public Member Functions | |
FlexibleString () | |
FlexibleString default constructor More... | |
FlexibleString (string value) | |
FlexibleString constructor More... | |
FlexibleString (StringParameterReference parameter) | |
FlexibleString constructor More... | |
FlexibleString (InputSlotString slot) | |
FlexibleString constructor More... | |
object | GetValueObject () |
Return the value as object. More... | |
Static Public Member Functions | |
static | operator string (FlexibleString flexible) |
Cast FlexibleString to string. More... | |
static | operator FlexibleString (string value) |
Cast string to FlexibleString. More... | |
Properties | |
FlexibleType | type [get] |
It returns a type More... | |
Parameter | parameter [get] |
It return a Paramter. More... | |
string | value [get] |
It returns a value More... | |
Class to handle a flexible string type reference method there is more than one.
When FlexibleType.Constant, you can display multiple fields of editor fields by attaching the Arbor.ConstantMultilineAttribute attribute.
FlexibleString | ( | ) |
FlexibleString default constructor
FlexibleString | ( | string | value | ) |
FlexibleString constructor
value | Value |
FlexibleString | ( | StringParameterReference | parameter | ) |
FlexibleString constructor
parameter | Parameter |
FlexibleString | ( | InputSlotString | slot | ) |
FlexibleString constructor
slot | Slot |
object GetValueObject | ( | ) |
|
explicitstatic |
Cast string to FlexibleString.
value | string |
|
explicitstatic |
Cast FlexibleString to string.
flexible | FlexibleString |
|
get |
It returns a type
|
get |
It returns a value