InternalDestroy() static private method

static private InternalDestroy ( Playable &playable ) : void
playable Playable
return void
Example #1
0
 public void Destroy()
 {
     Playables.InternalDestroy(ref this);
 }