Class NullProximity
Proximity that isn't possible to be in range of.
public sealed class NullProximity : IAttachableProximity<IAttachedProximity>, INearestPointProximity, IProximity, IShapeVolume, ICloneable
- Inheritance
-
NullProximity
- Implements
-
IShapeVolume
- Inherited Members
- Extension Methods
Methods
GetNearestPointOnBorder(in Vector3)
Get the nearest point on the border of this proximity to fromLocation.
public Vector3 GetNearestPointOnBorder(in Vector3 fromLocation)
Parameters
fromLocationVector3
Returns
- Vector3
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.