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

The serialized data representing a single region in a NavVolume. More...

Public Member Functions

 NavRegionData ()
 Default constructor for serialization. More...
 
 NavRegionData (int id, Bounds bounds, SerializableRange triangleIndexRange, SerializableRange boundPlaneRange, SerializableRange internalLinkRange)
 Create a new NavRegionData with the given properties. More...
 
 NavRegionData (in NativeNavVolumeRegionData data)
 Create a new NavRegionData with the given native data. More...
 
NativeNavVolumeRegionData ToNativeData (SerializableRange externalLinkRange)
 Convert to a native representation. More...
 

Properties

int ID [get]
 The ID of the region. More...
 
Bounds Bounds [get]
 The bounds of the region in local space of the volume. More...
 
SerializableRange TriangleIndexRange [get]
 Range of the region's triangle indices in the volume's index array. More...
 
SerializableRange BoundPlaneRange [get]
 Range of bound planes of this region in the volume's bound planes array. More...
 
SerializableRange InternalLinkRange [get]
 Range of links between this region and other regions in volume's internal link array. More...
 

Detailed Description

The serialized data representing a single region in a NavVolume.

Constructor & Destructor Documentation

◆ NavRegionData() [1/3]

Infohazard.HyperNav.NavRegionData.NavRegionData ( )

Default constructor for serialization.

◆ NavRegionData() [2/3]

Infohazard.HyperNav.NavRegionData.NavRegionData ( int  id,
Bounds  bounds,
SerializableRange  triangleIndexRange,
SerializableRange  boundPlaneRange,
SerializableRange  internalLinkRange 
)

Create a new NavRegionData with the given properties.

Parameters
idID of the region.
boundsBounds of the region.
triangleIndexRangeRange of the region's triangle indices.
boundPlaneRangeRange of bound planes of this region.
internalLinkRangeRange of links between this region and other regions.

◆ NavRegionData() [3/3]

Infohazard.HyperNav.NavRegionData.NavRegionData ( in NativeNavVolumeRegionData  data)

Create a new NavRegionData with the given native data.

Parameters
dataNative data to copy.

Member Function Documentation

◆ ToNativeData()

NativeNavVolumeRegionData Infohazard.HyperNav.NavRegionData.ToNativeData ( SerializableRange  externalLinkRange)

Convert to a native representation.

Parameters
externalLinkRangeExternal links, which are included in the native data but not the serialized data.
Returns
Created native data.

Property Documentation

◆ BoundPlaneRange

SerializableRange Infohazard.HyperNav.NavRegionData.BoundPlaneRange
get

Range of bound planes of this region in the volume's bound planes array.

◆ Bounds

Bounds Infohazard.HyperNav.NavRegionData.Bounds
get

The bounds of the region in local space of the volume.

◆ ID

int Infohazard.HyperNav.NavRegionData.ID
get

The ID of the region.

◆ InternalLinkRange

SerializableRange Infohazard.HyperNav.NavRegionData.InternalLinkRange
get

Range of links between this region and other regions in volume's internal link array.

◆ TriangleIndexRange

SerializableRange Infohazard.HyperNav.NavRegionData.TriangleIndexRange
get

Range of the region's triangle indices in the volume's index array.


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