A* Pathfinding Project  4.3.7
The A* Pathfinding Project for Unity 3D
GraphUpdateObject.JobGraphUpdate< T > Struct Template Reference

Job for applying a graph update object. More...

Detailed Description

Job for applying a graph update object.

Type Constraints
T :INodeIndexMapper 

Public Member Functions

void Execute ()
 

Public Attributes

Bounds bounds
 
mapper
 
bool modifyTag
 
bool modifyWalkability
 
NativeArray< uint > nodePenalties
 
NativeArray< Vector3 > nodePositions
 
NativeArray< int > nodeTags
 
NativeArray< bool > nodeWalkable
 
int penaltyDelta
 
GraphUpdateShape.BurstShape shape
 
int tagValue
 
bool walkabilityValue
 

Member Function Documentation

◆ Execute()

void Execute ( )

Member Data Documentation

◆ bounds

Bounds bounds

◆ mapper

T mapper

◆ modifyTag

bool modifyTag

◆ modifyWalkability

bool modifyWalkability

◆ nodePenalties

NativeArray<uint> nodePenalties

◆ nodePositions

NativeArray<Vector3> nodePositions

◆ nodeTags

NativeArray<int> nodeTags

◆ nodeWalkable

NativeArray<bool> nodeWalkable

◆ penaltyDelta

int penaltyDelta

◆ shape

◆ tagValue

int tagValue

◆ walkabilityValue

bool walkabilityValue

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