Axiom.Components.Terrain.TerrainQuadTreeNode.Rend.GetSquaredViewDepth C# (CSharp) Méthode

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Résultat float
            public float GetSquaredViewDepth(Camera camera)
            {
                return mParent.GetSquaredViewDepth(camera);
            }
            /// <summary>