|
Arbor 3: FSM & BT Graph Editor
3.4.0
|
Class to handle a flexible Rect type reference method there is more than one. More...
Public Member Functions | |
| FlexibleRect () | |
| FlexibleRect default constructor More... | |
| FlexibleRect (Rect value) | |
| FlexibleRect constructor More... | |
| FlexibleRect (RectParameterReference parameter) | |
| FlexibleRect constructor More... | |
| FlexibleRect (InputSlotRect slot) | |
| FlexibleRect constructor More... | |
| object | GetValueObject () |
| Return the value as object. More... | |
Static Public Member Functions | |
| static | operator Rect (FlexibleRect flexible) |
| Cast FlexibleRect to Rect. More... | |
| static | operator FlexibleRect (Rect value) |
| Cast Rect to FlexibleRect. More... | |
Properties | |
| FlexibleType | type [get] |
| It returns a type More... | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| Rect | value [get] |
| It returns a value More... | |
Class to handle a flexible Rect type reference method there is more than one.
| FlexibleRect | ( | ) |
FlexibleRect default constructor
| FlexibleRect | ( | Rect | value | ) |
FlexibleRect constructor
| value | Value |
| FlexibleRect | ( | RectParameterReference | parameter | ) |
FlexibleRect constructor
| parameter | Parameter |
| FlexibleRect | ( | InputSlotRect | slot | ) |
FlexibleRect constructor
| slot | Slot |
| object GetValueObject | ( | ) |
|
explicitstatic |
Cast Rect to FlexibleRect.
| value | Rect |
|
explicitstatic |
Cast FlexibleRect to Rect.
| flexible | FlexibleRect |
|
get |
It returns a type
|
get |
It returns a value