Struct SemanticSegmentationLabeler.ImageReadbackEventArgs
Event information for imageReadback
Inherited Members
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 frameCount on which the image was rendered. This may be multiple frames in the past.
Declaration
public int frameCount
Field Value
Type | Description |
---|---|
Int32 |
sourceTexture
The source image texture.
Declaration
public RenderTexture sourceTexture
Field Value
Type | Description |
---|---|
RenderTexture |