Arbor 3: FSM & BT Graph Editor
3.5.1
|
事前にプールするオブジェクトを設定するためのクラス More...
Public Member Functions | |
PoolingItem () | |
デフォルトコンストラクタ More... | |
PoolingItem (Object original, int amount) | |
コンストラクタ More... | |
PoolingItem (PoolingItem item) | |
コピーコンストラクタ More... | |
Public Attributes | |
Object | original = null |
オリジナルのオブジェクト More... | |
int | amount = 0 |
プールする個数 More... | |
Properties | |
System.Type | type [get] |
オブジェクトの型 More... | |
事前にプールするオブジェクトを設定するためのクラス
PoolingItem | ( | ) |
デフォルトコンストラクタ
PoolingItem | ( | Object | original, |
int | amount | ||
) |
コンストラクタ
original | オリジナルのオブジェクト |
amount | プールする量 |
PoolingItem | ( | PoolingItem | item | ) |
コピーコンストラクタ
item | コピーするPoolingItem |
int amount = 0 |
プールする個数
Object original = null |
オリジナルのオブジェクト
|
get |
オブジェクトの型