INTERNAL_CALL_Pause() private méthode

private INTERNAL_CALL_Pause ( WebCamTexture self ) : void
self WebCamTexture
Résultat void
Exemple #1
0
 public void Pause()
 {
     WebCamTexture.INTERNAL_CALL_Pause(this);
 }