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.
Namespace: UnityEngine.Perception.Randomization.Randomizers
Syntax
public abstract class RandomizerTag : MonoBehaviour
Methods
OnDisable()
OnDisable is called when this RandomizerTag is disabled
Declaration
protected virtual void OnDisable()
OnEnable()
OnEnable is called when this RandomizerTag is enabled, either created, instantiated, or enabled via the Unity Editor
Declaration
protected virtual void OnEnable()
Register()
Registers this tag with the tagManager
Declaration
public void Register()
Unregister()
Unregisters this tag with the tagManager
Declaration
public void Unregister()