Class TWaypoint
Unit
Declaration
type TWaypoint = class(TObject)
Description
This item has no description.
Source: transform/castlesectors.pas (line 30).
Hierarchy
- TObject
- TWaypoint
Overview
Fields
| Public | Position: TVector3; |
| Public | Box: TBox3D; |
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
Properties
| Public | property Sectors: TSectorList read FSectors; |
Description
Fields
| Public | Position: TVector3; |
|
This item has no description. | |
| Public | 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
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Properties
| Public | property Sectors: TSectorList read FSectors; |
|
Sectors that contain this waypoint. | |
Generated by PasDoc 0.17.0.snapshot.