Table of Contents

Class PngEncodeJobHandle

Namespace
Zorro.Recorder
Assembly
Zorro.Recorder.dll
public class PngEncodeJobHandle
Inheritance
PngEncodeJobHandle
Inherited Members
Extension Methods

Constructors

PngEncodeJobHandle(JobHandle, NativeList<byte>)

public PngEncodeJobHandle(JobHandle jobHandle, NativeList<byte> outputBuffer)

Parameters

jobHandle JobHandle
outputBuffer NativeList<byte>

Fields

JobHandle

public JobHandle JobHandle

Field Value

JobHandle

OutputBuffer

public NativeList<byte> OutputBuffer

Field Value

NativeList<byte>