Class EventMachine<TGraph, TMacro>
Implements
Inherited Members
MonoBehaviour.StartCoroutine_Auto(IEnumerator)
Component.GetComponent<T>()
Component.TryGetComponent(Type, out Component)
Component.TryGetComponent<T>(out T)
Component.GetComponentInChildren<T>(bool)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren(Type)
Component.GetComponentsInChildren<T>(bool)
Component.GetComponentsInChildren<T>(bool, List<T>)
Component.GetComponentsInChildren<T>()
Component.GetComponentsInChildren<T>(List<T>)
Component.GetComponentInParent<T>(bool)
Component.GetComponentInParent<T>()
Component.GetComponentsInParent(Type)
Component.GetComponentsInParent<T>(bool)
Component.GetComponentsInParent<T>(bool, List<T>)
Component.GetComponentsInParent<T>()
Component.GetComponents(Type, List<Component>)
Component.GetComponents<T>(List<T>)
Component.GetComponents<T>()
Object.GetHashCode()
Object.Equals(object)
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, int)
Object.InstantiateAsync<T>(T, int, Transform)
Object.InstantiateAsync<T>(T, int, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, int, Transform, Vector3, Quaternion, CancellationToken)
Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>)
Object.InstantiateAsync<T>(T, int, Transform, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, CancellationToken)
Object.InstantiateAsync<T>(T, InstantiateParameters, CancellationToken)
Object.InstantiateAsync<T>(T, int, InstantiateParameters, CancellationToken)
Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters, CancellationToken)
Object.InstantiateAsync<T>(T, int, Vector3, Quaternion, InstantiateParameters, CancellationToken)
Object.InstantiateAsync<T>(T, int, ReadOnlySpan<Vector3>, ReadOnlySpan<Quaternion>, InstantiateParameters, CancellationToken)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, bool)
Object.DestroyObject(Object, float)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsOfType<T>(bool)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindObjectOfType<T>(bool)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public abstract class EventMachine<TGraph, TMacro> : Machine<TGraph, TMacro>, ISerializationCallbackReceiver, IEventMachine, IMachine, IGraphRoot, IGraphNester, IGraphParent, IAotStubbable where TGraph : class, IGraph, new() where TMacro : Macro<TGraph>, new()
Type Parameters
| Name | Description |
|---|---|
| TGraph | |
| TMacro |
Methods
Awake()
Declaration
protected override void Awake()
Overrides
FixedUpdate()
Declaration
protected virtual void FixedUpdate()
LateUpdate()
Declaration
protected virtual void LateUpdate()
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnDisable()
Declaration
protected override void OnDisable()
Overrides
OnDrawGizmos()
Declaration
protected virtual void OnDrawGizmos()
OnDrawGizmosSelected()
Declaration
protected virtual void OnDrawGizmosSelected()
OnEnable()
Declaration
protected override void OnEnable()
Overrides
OnInstantiateWhileEnabled()
Declaration
protected override void OnInstantiateWhileEnabled()
Overrides
OnUninstantiateWhileEnabled()
Declaration
protected override void OnUninstantiateWhileEnabled()
Overrides
Start()
Declaration
protected virtual void Start()
TriggerEvent(string)
Declaration
protected void TriggerEvent(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
TriggerEvent<TArgs>(string, TArgs)
Declaration
protected void TriggerEvent<TArgs>(string name, TArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TArgs | args |
Type Parameters
| Name | Description |
|---|---|
| TArgs |
TriggerRegisteredEvent<TArgs>(EventHook, TArgs)
Declaration
protected virtual void TriggerRegisteredEvent<TArgs>(EventHook hook, TArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| EventHook | hook | |
| TArgs | args |
Type Parameters
| Name | Description |
|---|---|
| TArgs |
TriggerUnityEvent(string)
Declaration
public override void TriggerUnityEvent(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Overrides
TriggerUnregisteredEvent(string)
Declaration
protected void TriggerUnregisteredEvent(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
TriggerUnregisteredEvent<TArgs>(EventHook, TArgs)
Declaration
protected virtual void TriggerUnregisteredEvent<TArgs>(EventHook hook, TArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| EventHook | hook | |
| TArgs | args |
Type Parameters
| Name | Description |
|---|---|
| TArgs |
Update()
Declaration
protected virtual void Update()