Ejemplo n.º 1
0
        void SetClippingPlaneOff()
        {
            m_Master.SetClippingPlaneOff();
#if UNITY_EDITOR
            SetDebugPlane(new Plane());
#endif
        }