Click or drag to resize

UnityObjectUtil Class

AudioClip helper functions.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.UtilitiesUnityObjectUtil

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 class UnityObjectUtil

The UnityObjectUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDestroyUnityObject
Queue an AudioClip for destruction on the main thread. This function is thread-safe.
Public methodStatic memberIsDestroyQueueActive
Returns the state of the AudioClip destroy queue.
Public methodStatic memberStartDestroyQueue
Start up the AudioClip destroy queue processor.
Public methodStatic memberStopDestroyQueue
Stop the AudioClip destroy processor.
Top
See Also