INTERNAL_CALL_Pause() приватный Метод

private INTERNAL_CALL_Pause ( WebCamTexture self ) : void
self WebCamTexture
Результат void
Пример #1
0
 public void Pause()
 {
     WebCamTexture.INTERNAL_CALL_Pause(this);
 }