INTERNAL_CALL_InternalDestroy() 개인적인 메소드

private INTERNAL_CALL_InternalDestroy ( Playable &playable ) : void
playable Playable
리턴 void
예제 #1
0
 internal static void InternalDestroy(ref Playable playable)
 {
     Playables.INTERNAL_CALL_InternalDestroy(ref playable);
 }