INTERNAL_CALL_DisconnectInternal() 개인적인 메소드

private INTERNAL_CALL_DisconnectInternal ( Playable &target, int inputPort ) : void
target Playable
inputPort int
리턴 void
예제 #1
0
 internal static void DisconnectInternal(ref Playable target, int inputPort)
 {
     Playables.INTERNAL_CALL_DisconnectInternal(ref target, inputPort);
 }