UnityEngine.Camera.INTERNAL_CALL_ResetCullingMatrix C# (CSharp) Méthode

INTERNAL_CALL_ResetCullingMatrix() private méthode

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

Usage Example

Exemple #1
0
 public void ResetCullingMatrix()
 {
     Camera.INTERNAL_CALL_ResetCullingMatrix(this);
 }
Camera