Axiom.Core.Node.DebugRenderable.GetSquaredViewDepth C# (CSharp) 메소드

GetSquaredViewDepth() 공개 메소드

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