Infohazard.HyperNav 2.1.0
A pathfinding and avoidance solution for volumetric and omnidirectional navigation.
Loading...
Searching...
No Matches
Infohazard.HyperNav.NavWaypoint Struct Reference

A waypoint in a completed path. More...

Properties

NavWaypointType Type [get, set]
 The type of waypoint in relation to its containing volume. More...
 
Vector3 Position [get, set]
 The position of the waypoint in world space. More...
 
Vector3 Up [get, set]
 The up vector for a character standing at the waypoint. For waypoints inside volumes, this is zero. More...
 
float AccumulatedDistance [get, set]
 The accumulated distance from the start of the path to this waypoint. More...
 
long AreaID [get, set]
 Identifier of the NavArea that contains this waypoint, or -1. More...
 
int Region [get, set]
 Identifier of the region that contains this waypoint. More...
 

Detailed Description

A waypoint in a completed path.

Property Documentation

◆ AccumulatedDistance

float Infohazard.HyperNav.NavWaypoint.AccumulatedDistance
getset

The accumulated distance from the start of the path to this waypoint.

◆ AreaID

long Infohazard.HyperNav.NavWaypoint.AreaID
getset

Identifier of the NavArea that contains this waypoint, or -1.

◆ Position

Vector3 Infohazard.HyperNav.NavWaypoint.Position
getset

The position of the waypoint in world space.

◆ Region

int Infohazard.HyperNav.NavWaypoint.Region
getset

Identifier of the region that contains this waypoint.

◆ Type

NavWaypointType Infohazard.HyperNav.NavWaypoint.Type
getset

The type of waypoint in relation to its containing volume.

◆ Up

Vector3 Infohazard.HyperNav.NavWaypoint.Up
getset

The up vector for a character standing at the waypoint. For waypoints inside volumes, this is zero.


The documentation for this struct was generated from the following file: