FlexibleVector2
Class in Arbor / Inherits from: FlexibleField<UnityEngine.Vector2>
Class to handle a flexible Vector2 type reference method there is more than one.
Description | |
---|---|
FlexibleVector2 | FlexibleVector2 default constructor |
Operator Name | Description |
---|---|
FlexibleVector2 | Cast Vector2 to FlexibleVector2. |
Vector2 | Cast FlexibleVector2 to Vector2. |
Field Name | Description |
---|---|
_Parameter | Parameter reference |
_Slot | Data input slot |
_Type | Specified type of value |
_Value | Constant value |
Property Name | Description |
---|---|
fieldType | It returns a field type. |
parameter | It return a Paramter. It is null if Type is other than Parameter. |
type | It returns a type |
value | It returns a value |
Method Name | Description |
---|---|
Disconnect | Disconnect the data slot. |
GetValueObject | Return the value as object. |