Interface IGroundTruthGenerator
Interface for setting up Renderers for ground truth generation via LabelManager.
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public interface IGroundTruthGenerator
Methods
Name | Description |
---|---|
ClearMaterialProperties(MaterialPropertyBlock, Renderer, Labeling, uint) | Disables ground truth generation for a Labeling component or its associated MaterialPropertyBlock. This function is called by LabelManager when a Labeling component is disabled. |
SetupMaterialProperties(MaterialPropertyBlock, Renderer, Labeling, uint) | Enables ground truth generation for a Labeling component or its associated MaterialPropertyBlock. This function is called by LabelManager when a Labeling component is registered, created, or enabled. |