ClockStone Audio Toolkit for Unity - Documentation
PoolableReferenceT Constructor (T) |
Initializes a new instance of the PoolableReferenceT class with the specified reference.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public PoolableReference( T componentOfPoolableObject )
Parameters
- componentOfPoolableObject
- Type: T
The referenced component of the poolable object.
See Also