INTERNAL_CALL_DisconnectInternal() private method

private INTERNAL_CALL_DisconnectInternal ( Playable &target, int inputPort ) : void
target Playable
inputPort int
return void
Esempio n. 1
0
 internal static void DisconnectInternal(ref Playable target, int inputPort)
 {
     Playables.INTERNAL_CALL_DisconnectInternal(ref target, inputPort);
 }