Arbor 3: FSM & BT Graph Editor  3.7.8
PoolingItem Class Reference

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...
 

Detailed Description

Class for setting the object to the pool in advance

Constructor & Destructor Documentation

◆ PoolingItem() [1/3]

Default constructor

◆ PoolingItem() [2/3]

PoolingItem ( Object  original,
int  amount 
)

Constructor

Parameters
originalOriginal object
amountAmount to pool

◆ PoolingItem() [3/3]

Copy constructor

Parameters
itemCopy PoolingItem

Member Data Documentation

◆ amount

int amount = 0

Amount to pool

◆ original

Object original = null

Original object

Property Documentation

◆ type

System.Type type
get

Object type