Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Utilities.UnityObjectUtil Class Reference

AudioClip helper functions. More...

Static Public Member Functions

static bool IsDestroyQueueActive ()
 Returns the state of the AudioClip destroy queue. More...
 
static void StartDestroyQueue ()
 Start up the AudioClip destroy queue processor. More...
 
static void StopDestroyQueue ()
 Stop the AudioClip destroy processor. More...
 
static void DestroyUnityObject (UnityEngine.Object obj)
 Queue an AudioClip for destruction on the main thread. This function is thread-safe. More...
 

Detailed Description

AudioClip helper functions.

Member Function Documentation

static void IBM.Watson.DeveloperCloud.Utilities.UnityObjectUtil.DestroyUnityObject ( UnityEngine.Object  obj)
inlinestatic

Queue an AudioClip for destruction on the main thread. This function is thread-safe.

Parameters
clipThe AudioClip to destroy.
static bool IBM.Watson.DeveloperCloud.Utilities.UnityObjectUtil.IsDestroyQueueActive ( )
inlinestatic

Returns the state of the AudioClip destroy queue.

Returns
Returns true if the destoy queue processor is active.
static void IBM.Watson.DeveloperCloud.Utilities.UnityObjectUtil.StartDestroyQueue ( )
inlinestatic

Start up the AudioClip destroy queue processor.

static void IBM.Watson.DeveloperCloud.Utilities.UnityObjectUtil.StopDestroyQueue ( )
inlinestatic

Stop the AudioClip destroy processor.


The documentation for this class was generated from the following file: