Infohazard.HyperNav 1.1.5
3D Navigation for Flying Characters
|
Interface for objects that can be avoided using the avoidance system. More...
Properties | |
Vector3 | Position [get] |
World-space position of the object. More... | |
Vector3 | InputVelocity [get] |
The object's desired (or actual) velocity. More... | |
float | MaxSpeed [get] |
Maximum speed the object can travel at. More... | |
float | Radius [get] |
Radius of the object from its position. More... | |
TagMask | TagMask [get] |
Tag of the object for matching agents' IAvoidanceAgent.AvoidedTags. More... | |
Interface for objects that can be avoided using the avoidance system.
|
get |
The object's desired (or actual) velocity.
Implemented in Infohazard.HyperNav.AvoidanceAgent, Infohazard.HyperNav.AvoidanceObstacleBase, Infohazard.HyperNav.RigidbodyAvoidanceObstacle, and Infohazard.HyperNav.SimpleAvoidanceObstacle.
|
get |
Maximum speed the object can travel at.
Implemented in Infohazard.HyperNav.AvoidanceObstacleBase.
|
get |
World-space position of the object.
Implemented in Infohazard.HyperNav.AvoidanceObstacleBase.
|
get |
Radius of the object from its position.
Implemented in Infohazard.HyperNav.AvoidanceObstacleBase.
|
get |
Tag of the object for matching agents' IAvoidanceAgent.AvoidedTags.
Implemented in Infohazard.HyperNav.AvoidanceObstacleBase.