FlexibleVector2Int
Class in Arbor / Inherits from: FlexibleField<UnityEngine.Vector2Int>
Description
Class to handle a flexible Vector2Int type reference method there is more than one.
Constructors
Description | |
---|---|
FlexibleVector2Int | FlexibleVector2Int default constructor |
Operators
Operator Name | Description |
---|---|
FlexibleVector2Int | Cast Vector2Int to FlexibleVector2Int. |
Vector2Int | Cast FlexibleVector2Int to Vector2Int. |
Inherited Members
Fields
Field Name | Description |
---|---|
_Parameter | Parameter reference |
_Slot | Data input slot |
_Type | Specified type of value |
_Value | Constant value |
Properties
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 |
Methods
Method Name | Description |
---|---|
Disconnect | Disconnect the data slot. |
GetValueObject | Return the value as object. |