Struct JobCopyRectangle Extends IJob
Public
Treats input as a 3-dimensional array and copies it into the output at the specified position.
The input is a 3D array with size #inputSize and the output is a 3D array with size #outputSize. The slice of the input array specified by #inputBounds is copied into the slice of the output array specified by #outputBounds. These slices must naturally have the same shape.
See JobCopyRectangle.Copy for more details.
Public Methods
Execute
()
Public
Public Static Methods
Assert
(value)
Public
Static
Copy
(input, output, inputSlice, outputSlice)
Treats input as a 3 dimensional array and copies it into the output at the specified position.
Public
Static
Public Variables
input
Public
inputSlice
Public
output
Public
outputSlice
Public