Click or drag to resize

AvoidCircle<T> Class

Inheritance Hierarchy
System.Object
  ff14bot.Pathing.Avoidance.Avoid
    ff14bot.Pathing.Avoidance.Avoid<T>
      ff14bot.Pathing.Avoidance.AvoidCircle<T>
        ff14bot.Pathing.Avoidance.AvoidLocation
        ff14bot.Pathing.Avoidance.AvoidLocation<T>
        ff14bot.Pathing.Avoidance.AvoidObject
        ff14bot.Pathing.Avoidance.AvoidObject<T>

Namespace:  ff14bot.Pathing.Avoidance
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class AvoidCircle<T> : Avoid<T>

Type Parameters

T

The AvoidCircle<T> type exposes the following members.

Properties
  NameDescription
Public propertyAvoidInfo
Public propertyBounds (Inherited from Avoid.)
Public propertyHeight
The height from bottom of a cylinder to the top
Protected propertyHeightfieldHeight
Protected propertyHeightfieldLocation
The location used when this instance was added to height field. We'll use it again when we remove
Protected propertyHeightfieldRadius
Public propertyIgnoreIfBlocking
Gets a value indicating whether to ignore avoid if no avoid path is found.
(Inherited from Avoid.)
Public propertyIsBlocking
Gets a value indicating whether this avoid is blocking path.
(Inherited from Avoid.)
Public propertyIsValid
Gets a value indicating whether this instance is valid.
(Inherited from Avoid.)
Public propertyLeashPoint
Gets the leash point.
(Inherited from Avoid.)
Public propertyLeashRadius
Gets the leash radius.
(Inherited from Avoid.)
Public propertyLeashRadiusSqr
Gets the leash radius squared.
(Inherited from Avoid.)
Public propertyLocation
Gets the location.
(Inherited from Avoid.)
Public propertyObject (Inherited from Avoid<T>.)
Public propertyRadius
Public propertyShouldIgnore
Gets a value indicating whether [should ignore].
(Inherited from Avoid.)
Top
Methods
  NameDescription
Protected methodCreateBounds (Overrides Avoid.CreateBounds().)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPointInAvoid (Overrides Avoid.IsPointInAvoid(Vector3).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdate (Overrides Avoid.OnUpdate(Boolean).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also