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.

Source: transform/castlesectors.pas (line 37).

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).

Source: transform/castlesectors.pas (line 44).

Methods

Public constructor Create;

This item has no description.

Source: transform/castlesectors.pas (line 34).

Public destructor Destroy; override;

This item has no description.

Source: transform/castlesectors.pas (line 35).

Properties

Public property Sectors: TSectorList read FSectors;

Sectors that contain this waypoint.

Source: transform/castlesectors.pas (line 47).


Generated by PasDoc 0.17.0.snapshot.