Event InstanceSegmentationImageReadback
Invoked when instance segmentation images are read back from the graphics system. The first parameter is the Time.frameCount at which the objects were rendered. May be invoked many frames after the objects were rendered.
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public event Action<int, NativeArray<Color32>, RenderTexture> InstanceSegmentationImageReadback
Returns
Type | Description |
---|---|
Action<int, NativeArray<Color32>, RenderTexture> |