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

GetSquaredViewDepth() 공개 메소드

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
리턴 float
			public override float GetSquaredViewDepth( Camera camera )
			{
				return mParent.Parent.SquaredDistance;
			}