PoolableReference(T).Get Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
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.0.0.0 (8.0.0.0)

Syntax

C#
public T Get()

Return Value

Type: T
The reference to T or null

See Also