A* Pathfinding Project  4.3.7
The A* Pathfinding Project for Unity 3D
GraphUpdateObject.GraphUpdateData Struct Reference

Provides burst-readable data to a graph update job. More...

Detailed Description

Provides burst-readable data to a graph update job.

Public Attributes

NativeArray< uint > nodePenalties
 
NativeArray< Vector3 > nodePositions
 
NativeArray< int > nodeTags
 
NativeArray< bool > nodeWalkable
 

Member Data Documentation

◆ nodePenalties

NativeArray<uint> nodePenalties

◆ nodePositions

NativeArray<Vector3> nodePositions

◆ nodeTags

NativeArray<int> nodeTags

◆ nodeWalkable

NativeArray<bool> nodeWalkable

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