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 |
---|---|
Awake() | Awake is called when this RandomizerTag is created or instantiated |
OnDestroy() | OnDestroy is called when this RandomizerTag is destroyed |
Register() | Registers this tag with the tagManager |
Unregister() | Unregisters this tag with the tagManager |