Class TWaypoint

Unit

Declaration

type TWaypoint = class(TObject)

Description

Hierarchy

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;
 
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;
 
Public destructor Destroy; override;
 

Properties

Public property Sectors: TSectorList read FSectors;

Sectors that contain this waypoint.


Generated by PasDoc 0.16.0.