Highroad Engine v1.3
Public Attributes | Protected Member Functions | List of all members
MoreMountains.Tools.MMAutoExecution Class Reference

This simple class lets you trigger Unity events automatically, on Awake, Enable, Disable, Start, or on instantiate For that last one, you'll want to send a "OnInstantiate" message when instantiating this object More...

Inheritance diagram for MoreMountains.Tools.MMAutoExecution:

Public Attributes

List< MMAutoExecutionItemEvents
 a list of events to trigger automatically More...
 

Protected Member Functions

virtual void Awake ()
 On Awake we invoke our events if needed More...
 
virtual void Start ()
 On Start we invoke our events if needed More...
 
virtual void OnEnable ()
 On Enable we invoke our events if needed More...
 
virtual void OnDisable ()
 On Enable we invoke our events if needed More...
 
virtual void OnInstantiate ()
 On Instantiate we invoke our events if needed More...
 

Detailed Description

This simple class lets you trigger Unity events automatically, on Awake, Enable, Disable, Start, or on instantiate For that last one, you'll want to send a "OnInstantiate" message when instantiating this object

Member Function Documentation

◆ Awake()

virtual void MoreMountains.Tools.MMAutoExecution.Awake ( )
protectedvirtual

On Awake we invoke our events if needed

◆ OnDisable()

virtual void MoreMountains.Tools.MMAutoExecution.OnDisable ( )
protectedvirtual

On Enable we invoke our events if needed

◆ OnEnable()

virtual void MoreMountains.Tools.MMAutoExecution.OnEnable ( )
protectedvirtual

On Enable we invoke our events if needed

◆ OnInstantiate()

virtual void MoreMountains.Tools.MMAutoExecution.OnInstantiate ( )
protectedvirtual

On Instantiate we invoke our events if needed

◆ Start()

virtual void MoreMountains.Tools.MMAutoExecution.Start ( )
protectedvirtual

On Start we invoke our events if needed

Member Data Documentation

◆ Events

List<MMAutoExecutionItem> MoreMountains.Tools.MMAutoExecution.Events

a list of events to trigger automatically


The documentation for this class was generated from the following file: