Arbor 3: FSM & BT Graph Editor
3.7.8
|
参照方法が複数ある柔軟なBounds型を扱うクラス。 [詳解]
公開メンバ関数 | |
FlexibleBounds () | |
FlexibleBoundsデフォルトコンストラクタ [詳解] | |
FlexibleBounds (Bounds value) | |
FlexibleBoundsコンストラクタ [詳解] | |
FlexibleBounds (BoundsParameterReference parameter) | |
FlexibleBoundsコンストラクタ [詳解] | |
FlexibleBounds (InputSlotBounds slot) | |
FlexibleBoundsコンストラクタ [詳解] | |
基底クラス FlexibleField< Bounds > に属する継承公開メンバ関数 | |
override object | GetValueObject () |
値をobjectで返す。 [詳解] | |
FlexibleField () | |
FlexibleFieldデフォルトコンストラクタ [詳解] | |
FlexibleField (T value) | |
FlexibleFieldコンストラクタ [詳解] | |
FlexibleField (AnyParameterReference parameter) | |
FlexibleFieldコンストラクタ [詳解] | |
FlexibleField (InputSlotAny slot) | |
FlexibleFieldコンストラクタ [詳解] | |
静的公開メンバ関数 | |
static | operator Bounds (FlexibleBounds flexible) |
FlexibleBoundsをBoundsにキャスト。 [詳解] | |
static | operator FlexibleBounds (Bounds value) |
BoundsをFlexibleBoundsにキャスト。 [詳解] | |
基底クラス FlexibleField< Bounds > に属する継承静的公開メンバ関数 | |
static | operator T (FlexibleField< T > flexible) |
FlexibleFieldをTにキャスト。 [詳解] | |
static | operator FlexibleField< T > (T value) |
TをFlexibleFieldにキャスト。 [詳解] | |
その他の継承メンバ | |
基底クラス FlexibleField< Bounds > に属する継承限定公開変数類 | |
T | _Value |
固定値 [詳解] | |
AnyParameterReference | _Parameter |
パラメータ参照 [詳解] | |
InputSlotAny | _Slot |
データ入力スロット [詳解] | |
基底クラス FlexibleField< Bounds > に属する継承プロパティ | |
override System.Type | fieldType [get] |
フィールドの型を返す。 [詳解] | |
Parameter | parameter [get] |
Parameterを返す。TypeがParameter以外の場合はnull。 [詳解] | |
T | value [get] |
値を返す [詳解] | |
参照方法が複数ある柔軟な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 |