|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
参照方法が複数ある柔軟な型を扱うクラス。 使用する場合は、Tにユーザー定義クラスを指定して継承してください。 More...
Public Member Functions | |
| override object | GetValueObject () |
| 値をobjectで返す。 More... | |
| FlexibleField () | |
| FlexibleFieldデフォルトコンストラクタ More... | |
| FlexibleField (T value) | |
| FlexibleFieldコンストラクタ More... | |
| FlexibleField (AnyParameterReference parameter) | |
| FlexibleFieldコンストラクタ More... | |
| FlexibleField (InputSlotAny slot) | |
| FlexibleFieldコンストラクタ More... | |
Static Public Member Functions | |
| static | operator T (FlexibleField< T > flexible) |
| FlexibleFieldをTにキャスト。 More... | |
| static | operator FlexibleField< T > (T value) |
| TをFlexibleFieldにキャスト。 More... | |
Protected Attributes | |
| T | _Value = default(T) |
| 固定値 More... | |
| AnyParameterReference | _Parameter = new AnyParameterReference() |
| パラメータ参照 More... | |
| InputSlotAny | _Slot = new InputSlotAny() |
| データ入力スロット More... | |
Protected Attributes inherited from FlexibleFieldBase | |
| FlexibleType | _Type = FlexibleType.Constant |
| 値の指定タイプ More... | |
Properties | |
| override System.Type | fieldType [get] |
| フィールドの型を返す。 More... | |
| Parameter | parameter [get] |
| Parameterを返す。TypeがParameter以外の場合はnull。 More... | |
| T | value [get] |
| 値を返す More... | |
Properties inherited from FlexibleFieldBase | |
| FlexibleType | type [get] |
| Typeを返す More... | |
| abstract System.Type | fieldType [get] |
| フィールドの型を返す。 More... | |
参照方法が複数ある柔軟な型を扱うクラス。 使用する場合は、Tにユーザー定義クラスを指定して継承してください。
| T | シリアライズ可能な型 |
| FlexibleField | ( | ) |
FlexibleFieldデフォルトコンストラクタ
| FlexibleField | ( | T | value | ) |
FlexibleFieldコンストラクタ
| value | 値 |
| FlexibleField | ( | AnyParameterReference | parameter | ) |
FlexibleFieldコンストラクタ
| parameter | パラメータ |
| FlexibleField | ( | InputSlotAny | slot | ) |
FlexibleFieldコンストラクタ
| slot | スロット |
|
virtual |
|
explicitstatic |
TをFlexibleFieldにキャスト。
| value | T |
|
explicitstatic |
FlexibleFieldをTにキャスト。
| flexible | FlexibleField |
|
protected |
パラメータ参照
|
protected |
データ入力スロット
|
protected |
固定値
|
get |
フィールドの型を返す。
|
get |
Parameterを返す。TypeがParameter以外の場合はnull。
|
get |
値を返す