AcTools.Render.Base.Shadows.ShadowsDirectional.CameraOrthoShadow.CameraOrthoShadow C# (CSharp) Method

CameraOrthoShadow() public method

public CameraOrthoShadow ( ) : System
return System
            public CameraOrthoShadow() {
                _innerCamera = new CameraOrtho();
                _innerCamera.SetLens(1f);
            }