Class RandomizerTag
Derive the RandomizerTag class to create new tag components. RandomizerTags are used to help randomizers query for a set of GameObjects to randomize.
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Randomizers
Assembly: solution.dll
Syntax
[Serializable]
public abstract class RandomizerTag : MonoBehaviour
Methods
Name | Description |
---|---|
OnDisable() | OnDisable is called when this RandomizerTag is disabled |
OnEnable() | OnEnable is called when this RandomizerTag is enabled, either created, instantiated, or enabled via the Unity Editor |
Register() | Registers this tag with the tagManager |
Unregister() | Unregisters this tag with the tagManager |