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

The baked data of a NavVolume, saved as an asset. More...

Public Member Functions

void UpdateData (Vector3[] vertices, NavRegionData[] regions, int[] triangleIndices, int blockingTriangleIndexCount, NavInternalLinkData[] internalLinks, NativePlane[] boundPlanes, int[] linkVertices, Edge[] linkEdges, Triangle[] linkTriangles)
 Update the data manually. More...
 
void Clear ()
 Clear the properties of this NavVolumeData. More...
 
void UpdateFromNativeData (in NativeNavVolumeData data)
 Update this volume data from the given native data. More...
 
bool ToNativeData (INavArea area, out NativeNavVolumeData data, out NativeNavVolumeDataPointers pointers)
 Convert this NavVolumeData to the native format so that it can be used by jobs. More...
 

Properties

IReadOnlyList< Vector3 > Vertices [get]
 The vertex positions of all of the volume's regions, in local space. More...
 
IReadOnlyList< NavRegionDataRegions [get]
 The regions of the volume. More...
 
IReadOnlyList< int > TriangleIndices [get]
 The vertex indices of triangles. More...
 
int BlockingTriangleIndexCount [get]
 The number of indices in the TriangleIndices array that represent blocking triangles. More...
 
IReadOnlyList< NativePlaneBoundPlanes [get]
 The bound planes of all of the volume's regions. More...
 
IReadOnlyList< NavInternalLinkDataInternalLinks [get]
 The internal links of all of the volume's regions. More...
 
IReadOnlyList< int > LinkVertices [get]
 The shared vertices of all of the volume's internal links. More...
 
IReadOnlyList< EdgeLinkEdges [get]
 The shared edges of all of the volume's internal links. More...
 
IReadOnlyList< TriangleLinkTriangles [get]
 The shared triangles of all of the volume's internal links. More...
 
ulong Version [get]
 The version of the data, which increments when it is baked. More...
 

Detailed Description

The baked data of a NavVolume, saved as an asset.

Member Function Documentation

◆ Clear()

void Infohazard.HyperNav.NavVolumeData.Clear ( )

Clear the properties of this NavVolumeData.

◆ ToNativeData()

bool Infohazard.HyperNav.NavVolumeData.ToNativeData ( INavArea  area,
out NativeNavVolumeData  data,
out NativeNavVolumeDataPointers  pointers 
)

Convert this NavVolumeData to the native format so that it can be used by jobs.

Parameters
areaArea that owns the data.
dataCreated native data.
pointersCreated data structure references (must be kept in order to deallocate).

◆ UpdateData()

void Infohazard.HyperNav.NavVolumeData.UpdateData ( Vector3[]  vertices,
NavRegionData[]  regions,
int[]  triangleIndices,
int  blockingTriangleIndexCount,
NavInternalLinkData[]  internalLinks,
NativePlane[]  boundPlanes,
int[]  linkVertices,
Edge[]  linkEdges,
Triangle[]  linkTriangles 
)

Update the data manually.

Parameters
verticesThe vertex positions of all of the volume's regions, in local space.
regionsThe regions of the volume.
triangleIndicesThe vertex indices of triangles.
blockingTriangleIndexCountThe number of indices that represent blocking triangles.
internalLinksThe internal links of all of the volume's regions.
boundPlanesThe bound planes of all of the volume's regions.
linkVerticesThe shared vertices of all of the volume's internal links.
linkEdgesThe shared edges of all of the volume's internal links.
linkTrianglesThe shared triangles of all of the volume's internal links.

◆ UpdateFromNativeData()

void Infohazard.HyperNav.NavVolumeData.UpdateFromNativeData ( in NativeNavVolumeData  data)

Update this volume data from the given native data.

Property Documentation

◆ BlockingTriangleIndexCount

int Infohazard.HyperNav.NavVolumeData.BlockingTriangleIndexCount
get

The number of indices in the TriangleIndices array that represent blocking triangles.

◆ BoundPlanes

IReadOnlyList<NativePlane> Infohazard.HyperNav.NavVolumeData.BoundPlanes
get

The bound planes of all of the volume's regions.

◆ InternalLinks

IReadOnlyList<NavInternalLinkData> Infohazard.HyperNav.NavVolumeData.InternalLinks
get

The internal links of all of the volume's regions.

◆ LinkEdges

IReadOnlyList<Edge> Infohazard.HyperNav.NavVolumeData.LinkEdges
get

The shared edges of all of the volume's internal links.

◆ LinkTriangles

IReadOnlyList<Triangle> Infohazard.HyperNav.NavVolumeData.LinkTriangles
get

The shared triangles of all of the volume's internal links.

◆ LinkVertices

IReadOnlyList<int> Infohazard.HyperNav.NavVolumeData.LinkVertices
get

The shared vertices of all of the volume's internal links.

◆ Regions

IReadOnlyList<NavRegionData> Infohazard.HyperNav.NavVolumeData.Regions
get

The regions of the volume.

◆ TriangleIndices

IReadOnlyList<int> Infohazard.HyperNav.NavVolumeData.TriangleIndices
get

The vertex indices of triangles.

◆ Version

ulong Infohazard.HyperNav.NavVolumeData.Version
get

The version of the data, which increments when it is baked.

◆ Vertices

IReadOnlyList<Vector3> Infohazard.HyperNav.NavVolumeData.Vertices
get

The vertex positions of all of the volume's regions, in local space.


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