Beispiel #1
0
 //============================================================================================
 /**
 *  @brief Clears the layer including any playables before the MxMLayer is destroyed
 *         
 *********************************************************************************************/
 public void ClearLayer()
 {
     ClearLayerPlayables();
     Mixer.Destroy();
 }