Event RenderedObjectInfosCalculated
Invoked when RenderedObjectInfos are calculated. The first parameter is the Time.frameCount at which the objects were rendered. This may be called many frames after the objects were rendered.
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public event Action<int, NativeArray<RenderedObjectInfo>> RenderedObjectInfosCalculated
Returns
Type | Description |
---|---|
Action<int, NativeArray<RenderedObjectInfo>> |