|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class for setting the object to the pool in advance More...
Public Member Functions | |
| PoolingItem () | |
| Default constructor More... | |
| PoolingItem (Object original, int amount) | |
| Constructor More... | |
| PoolingItem (PoolingItem item) | |
| Copy constructor More... | |
Public Attributes | |
| Object | original = null |
| Original object More... | |
| int | amount = 0 |
| Amount to pool More... | |
Properties | |
| System.Type | type [get] |
| Object type More... | |
Class for setting the object to the pool in advance
| PoolingItem | ( | ) |
Default constructor
| PoolingItem | ( | Object | original, |
| int | amount | ||
| ) |
Constructor
| original | Original object |
| amount | Amount to pool |
| PoolingItem | ( | PoolingItem | item | ) |
Copy constructor
| item | Copy PoolingItem |
| int amount = 0 |
Amount to pool
| Object original = null |
Original object
|
get |
Object type