INTERNAL_CALL_Pause() private method

private INTERNAL_CALL_Pause ( WebCamTexture self ) : void
self WebCamTexture
return void
コード例 #1
0
 public void Pause()
 {
     WebCamTexture.INTERNAL_CALL_Pause(this);
 }