INTERNAL_CALL_Stop() private method

private INTERNAL_CALL_Stop ( WebCamTexture self ) : void
self WebCamTexture
return void
Exemplo n.º 1
0
 public void Stop()
 {
     WebCamTexture.INTERNAL_CALL_Stop(this);
 }