A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
NativeList< T > Struct Template Reference

Very simple list based on NativeList. More...

Detailed Description

Very simple list based on NativeList.

Type Constraints
T :struct 

Public Member Functions

void Add (T item)
 
void Clear ()
 

Public Attributes

int count
 
NativeArray< T > data
 

Member Function Documentation

◆ Add()

void Add ( item)

◆ Clear()

void Clear ( )

Member Data Documentation

◆ count

int count

◆ data

NativeArray<T> data

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