TriggerOnStartup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows for adding custom behaviors that can be assigned in the Editor and triggered when the scene is loaded.
public ref class TriggerOnStartup : UnityEngine::MonoBehaviour
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/TriggerOnStartup")]
public class TriggerOnStartup : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/TriggerOnStartup")>]
type TriggerOnStartup = class
inherit MonoBehaviour
Public Class TriggerOnStartup
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourTriggerOnStartup
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Constructors
TriggerOnStartup() |