Click or drag to resize

PoolableReferenceTGet Method

Gets the reference to the script component, or null if the object was already destroyed or moved to the pool.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public T Get()

Return Value

Type: T
The reference to T or null
See Also