Click or drag to resize

UnityObjectUtilIsDestroyQueueActive Method

Returns the state of the AudioClip destroy queue.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsDestroyQueueActive()

Return Value

Type: Boolean
Returns true if the destoy queue processor is active.
See Also