Class Events
Inheritance
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Events
Namespace: NoSuchStudio.Common
Assembly: NoSuchStudio-Common.dll
Syntax
public class Events : MonoBehaviour
Fields
gInstance
Declaration
public static Events gInstance
Field Value
| Type | Description |
|---|---|
| Events |
Methods
RaiseEvent(String, Object[])
Declaration
public void RaiseEvent(string eventName, params object[] eventParams)
Parameters
| Type | Name | Description |
|---|---|---|
| String | eventName | |
| Object[] | eventParams |
RaiseEventImmediate(String, Object[])
Declaration
public void RaiseEventImmediate(string eventName, params object[] eventParams)
Parameters
| Type | Name | Description |
|---|---|---|
| String | eventName | |
| Object[] | eventParams |
Events
gEvent
Declaration
public event Events.EventsDelegate gEvent
Event Type
| Type | Description |
|---|---|
| Events.EventsDelegate |