UnityEngine.WebCamTexture.INTERNAL_CALL_Pause C# (CSharp) Method

INTERNAL_CALL_Pause() private method

private INTERNAL_CALL_Pause ( WebCamTexture self ) : void
self WebCamTexture
return void
        private static extern void INTERNAL_CALL_Pause(WebCamTexture self);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

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