UnityEngine.WebCamTexture.INTERNAL_CALL_Stop C# (CSharp) Méthode

INTERNAL_CALL_Stop() private méthode

private INTERNAL_CALL_Stop ( WebCamTexture self ) : void
self WebCamTexture
Résultat void
        private static extern void INTERNAL_CALL_Stop(WebCamTexture self);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

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