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

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
리턴 float
		public override float GetSquaredViewDepth( Camera camera )
		{
			return ( this.ParentNode.DerivedPosition - camera.DerivedPosition ).LengthSquared;
		}