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

Treats input as a rectangle and copies it into the output at the specified position. More...

Detailed Description

Treats input as a rectangle and copies it into the output at the specified position.

Type Constraints
T :struct 

Public Member Functions

void Execute ()
 

Static Public Member Functions

static void Copy (NativeArray< T > input, NativeArray< T > output, Int2 outputSize, IntRect outputBounds)
 

Public Attributes

NativeArray< T > input
 
NativeArray< T > output
 
IntRect outputBounds
 
Int2 outputSize
 

Member Function Documentation

◆ Copy()

static void Copy ( NativeArray< T >  input,
NativeArray< T >  output,
Int2  outputSize,
IntRect  outputBounds 
)
static

◆ Execute()

void Execute ( )

Member Data Documentation

◆ input

NativeArray<T> input

◆ output

NativeArray<T> output

◆ outputBounds

IntRect outputBounds

◆ outputSize

Int2 outputSize

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