Arbor 3: FSM & BT Graph Editor  3.7.8
VariableList< T > クラステンプレート

VariableListのジェネリッククラス。 [詳解]

VariableList< T > の継承関係図
VariableListBase InternalVariableBase

プロパティ

override sealed System.Type valueType [get]
 パラメータの値の型 [詳解]
 
override sealed object valueObject [get, set]
 値のオブジェクト [詳解]
 
IList< T > value [get, set]
 Variableの値 [詳解]
 
- 基底クラス InternalVariableBase に属する継承プロパティ
abstract System.Type valueType [get]
 パラメータの値の型 [詳解]
 
abstract object valueObject [get, set]
 値のオブジェクト [詳解]
 
ParameterContainerInternal parameterContainer [get]
 NodeGraphを取得。 [詳解]
 

その他の継承メンバ

- 基底クラス InternalVariableBase に属する継承公開メンバ関数
void Initialize (ParameterContainerInternal container)
 Editor用。 [詳解]
 
- 基底クラス VariableListBase に属する継承静的公開メンバ関数
static System.Type GetDataType (System.Type variableClassType)
 Varableクラスが持つデータ型を取得する。 [詳解]
 
static VariableListBase Create (ParameterContainerInternal container, System.Type type)
 Editor用。 [詳解]
 

詳解

VariableListのジェネリッククラス。

テンプレート引数
TVariableListに格納するパラメータの型

プロパティ詳解

◆ value

IList<T> value
getset

Variableの値

◆ valueObject

override sealed object valueObject
getset

値のオブジェクト

◆ valueType

override sealed System.Type valueType
get

パラメータの値の型