Class TWaypoint
Unit
Declaration
type TWaypoint = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TWaypoint
Overview
Fields
Position: TVector3; |
|
Box: TBox3D; |
Methods
constructor Create; |
|
destructor Destroy; override; |
Properties
property Sectors: TSectorList read FSectors; |
Description
Fields
Position: TVector3; |
|
This item has no description. |
Box: TBox3D; |
|
Box of the waypoint is only used by TSectorList.LinkToWaypoints, to detect which sectors contain ths waypoint (presumably, on their border). This box is not used by actual AI using waypoints/sectors (only Position matters then). |
Methods
constructor Create; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property Sectors: TSectorList read FSectors; |
|
Sectors that contain this waypoint. |
Generated by PasDoc 0.16.0-snapshot.