Axiom.Components.Terrain.TerrainQuadTreeNode.Movable.GetSquaredViewDepth C# (CSharp) 메소드

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
리턴 float
            public override float GetSquaredViewDepth(Camera camera)
            {
                return mRend.GetSquaredViewDepth(camera);
            }
            #region - functions -