Struct SemanticSegmentationLabeler.ImageReadbackEventArgs
Event information for imageReadback
Namespace: UnityEngine.Perception.GroundTruth
Syntax
public struct ImageReadbackEventArgs
Fields
data
Color pixel data.
Declaration
public NativeArray<Color32> data
Field Value
Type | Description |
---|---|
NativeArray<Color32> |
frameCount
The
Declaration
public int frameCount
Field Value
Type | Description |
---|---|
Int32 |
sourceTexture
The source image texture.
Declaration
public RenderTexture sourceTexture
Field Value
Type | Description |
---|---|
RenderTexture |