Method Activate
Activate(IGroundTruthGenerator)
Activates the given IGroundTruthGenerator. SetupMaterialProperties(MaterialPropertyBlock, Renderer, Labeling, uint) will be called for all MeshRenderer instances under each object containing a Labeling component.
Declaration
public void Activate(IGroundTruthGenerator generator)
Parameters
Type | Name | Description |
---|---|---|
IGroundTruthGenerator | generator | The generator to register |