Axiom.Core.MovableText.GetSquaredViewDepth C# (CSharp) Méthode

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
Résultat float
		public override float GetSquaredViewDepth( Camera camera )
		{
			return ( this.ParentNode.DerivedPosition - camera.DerivedPosition ).LengthSquared;
		}