UnityEngine.WebCamTexture.INTERNAL_CALL_Pause C# (CSharp) Метод

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

private INTERNAL_CALL_Pause ( WebCamTexture self ) : void
self WebCamTexture
Результат 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);
 }