PoolableObject.IsDeactivated Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Checks if the object is deactivated and in the pool.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public bool IsDeactivated()

Return Value

Type: Boolean
true if the object is in the pool of deactivated objects, otherwise false.

See Also