FlexibleVector3Int
クラス in Arbor / 継承元: FlexibleField<UnityEngine.Vector3Int>
説明
参照方法が複数ある柔軟なVector3Int型を扱うクラス。
コンストラクタ
説明 | |
---|---|
FlexibleVector3Int | FlexibleVector3Intデフォルトコンストラクタ |
オペレーター
オペレーター名 | 説明 |
---|---|
FlexibleVector3Int | Vector3IntをFlexibleVector3Intにキャスト。 |
Vector3Int | FlexibleVector3IntをVector3Intにキャスト。 |
継承元メンバー
フィールド
フィールド名 | 説明 |
---|---|
_Parameter | パラメータ参照 |
_Slot | データ入力スロット |
_Type | 値の指定タイプ |
_Value | 固定値 |
プロパティ
プロパティ名 | 説明 |
---|---|
fieldType | フィールドの型を返す。 |
parameter | Parameterを返す。TypeがParameter以外の場合はnull。 |
type | Typeを返す |
value | 値を返す |
メソッド
メソッド名 | 説明 |
---|---|
GetValueObject | 値をobjectで返す。 |