Axiom.Core.Node.DebugRenderable.GetSquaredViewDepth C# (CSharp) Method

GetSquaredViewDepth() public method

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
return float
			public float GetSquaredViewDepth( Camera camera )
			{
				return _parent.GetSquaredViewDepth( camera );
			}