Struct SemanticSegmentationLabeler.ImageReadbackEventArgs
Event information for imageReadback
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public struct SemanticSegmentationLabeler.ImageReadbackEventArgs
Fields
Name | Description |
---|---|
data | Color pixel data. |
frameCount | The frameCount on which the image was rendered. This may be multiple frames in the past. |
sourceTexture | The source image texture. |