Axiom.Components.Terrain.TerrainQuadTreeNode.TerrainRendable.GetSquaredViewDepth C# (CSharp) Метод

GetSquaredViewDepth() публичный Метод

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Результат float
            public override float GetSquaredViewDepth(Camera camera)
            {
                return mParent.GetSquaredViewDepth(camera);
            }