INTERNAL_CALL_InternalDestroy() private method

private INTERNAL_CALL_InternalDestroy ( Playable &playable ) : void
playable Playable
return void
Ejemplo n.º 1
0
 internal static void InternalDestroy(ref Playable playable)
 {
     Playables.INTERNAL_CALL_InternalDestroy(ref playable);
 }