ClockStone Audio Toolkit for Unity - Documentation
PoolableReferenceT Methods |
The PoolableReferenceT generic type exposes the following members.
Methods| Name | Description | |
|---|---|---|
![]() | Get |
Gets the reference to the script component, or null if the object was
already destroyed or moved to the pool.
|
![]() | Reset |
Resets the reference to null.
|
![]() | Set(T) | |
![]() | Set(T, Boolean) |
Sets the reference to a poolable object with the specified component.
|
See Also