Class TWaypoint
Unit
CastleSectors
Declaration
type TWaypoint = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
|
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; |
|
|
destructor Destroy; override; |
|
Properties
|
property Sectors: TSectorList read FSectors; |
Sectors that contain this waypoint.
|
Generated by PasDoc 0.16.0.