Axiom.Core.VisibleObjectsBoundsInfo.Reset C# (CSharp) 메소드

Reset() 공개 메소드

public Reset ( ) : void
리턴 void
		public void Reset()
		{
			aabb.IsNull = true;
			receiverAabb.IsNull = true;
			minDistance = float.NegativeInfinity;
			maxDistance = 0;
		}
VisibleObjectsBoundsInfo