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