Arbor 3: FSM & BT Graph Editor
3.5.1
|
参照方法が複数ある柔軟なBounds型を扱うクラス。 More...
Public Member Functions | |
FlexibleBounds () | |
FlexibleBoundsデフォルトコンストラクタ More... | |
FlexibleBounds (Bounds value) | |
FlexibleBoundsコンストラクタ More... | |
FlexibleBounds (BoundsParameterReference parameter) | |
FlexibleBoundsコンストラクタ More... | |
FlexibleBounds (InputSlotBounds slot) | |
FlexibleBoundsコンストラクタ More... | |
![]() | |
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 Bounds (FlexibleBounds flexible) |
FlexibleBoundsをBoundsにキャスト。 More... | |
static | operator FlexibleBounds (Bounds value) |
BoundsをFlexibleBoundsにキャスト。 More... | |
![]() | |
static | operator T (FlexibleField< T > flexible) |
FlexibleFieldをTにキャスト。 More... | |
static | operator FlexibleField< T > (T value) |
TをFlexibleFieldにキャスト。 More... | |
Additional Inherited Members | |
![]() | |
T | _Value |
固定値 More... | |
AnyParameterReference | _Parameter |
パラメータ参照 More... | |
InputSlotAny | _Slot |
データ入力スロット More... | |
![]() | |
override System.Type | fieldType [get] |
フィールドの型を返す。 More... | |
Parameter | parameter [get] |
Parameterを返す。TypeがParameter以外の場合はnull。 More... | |
T | value [get] |
値を返す More... | |
参照方法が複数ある柔軟なBounds型を扱うクラス。
FlexibleBounds | ( | ) |
FlexibleBoundsデフォルトコンストラクタ
FlexibleBounds | ( | Bounds | value | ) |
FlexibleBoundsコンストラクタ
value | 値 |
FlexibleBounds | ( | BoundsParameterReference | parameter | ) |
FlexibleBoundsコンストラクタ
parameter | パラメータ |
FlexibleBounds | ( | InputSlotBounds | slot | ) |
FlexibleBoundsコンストラクタ
slot | スロット |
|
explicitstatic |
FlexibleBoundsをBoundsにキャスト。
flexible | FlexibleBounds |
|
explicitstatic |
BoundsをFlexibleBoundsにキャスト。
value | Bounds |