|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
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... | |
Public Member Functions inherited from FlexibleField< Rect > | |
| override object | GetValueObject () |
| Return the value as object. More... | |
| FlexibleField () | |
| FlexibleField default constructor More... | |
| FlexibleField (T value) | |
| FlexibleField constructor More... | |
| FlexibleField (AnyParameterReference parameter) | |
| FlexibleField constructor More... | |
| FlexibleField (InputSlotAny slot) | |
| FlexibleField constructor 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... | |
Static Public Member Functions inherited from FlexibleField< Rect > | |
| static | operator T (FlexibleField< T > flexible) |
| Cast FlexibleField to T. More... | |
| static | operator FlexibleField< T > (T value) |
| Cast T to FlexibleField. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FlexibleField< Rect > | |
| T | _Value |
| Constant value More... | |
| AnyParameterReference | _Parameter |
| Parameter reference More... | |
| InputSlotAny | _Slot |
| Data input slot More... | |
Properties inherited from FlexibleField< Rect > | |
| override System.Type | fieldType [get] |
| It returns a field type. More... | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| T | 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 |
|
explicitstatic |
Cast Rect to FlexibleRect.
| value | Rect |
|
explicitstatic |
Cast FlexibleRect to Rect.
| flexible | FlexibleRect |