UnityEngine.WebCamTexture.INTERNAL_CALL_Stop C# (CSharp) 메소드

INTERNAL_CALL_Stop() 개인적인 메소드

private INTERNAL_CALL_Stop ( WebCamTexture self ) : void
self WebCamTexture
리턴 void
        private static extern void INTERNAL_CALL_Stop(WebCamTexture self);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

예제 #1
0
 public void Stop()
 {
     WebCamTexture.INTERNAL_CALL_Stop(this);
 }