Interface IEventMachine
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public interface IEventMachine : IMachine, IGraphRoot, IGraphNester, IGraphParent, IAotStubbable
Methods
TriggerAnimationEvent(AnimationEvent)
Declaration
void TriggerAnimationEvent(AnimationEvent animationEvent)
Parameters
Type | Name | Description |
---|---|---|
AnimationEvent | animationEvent |
TriggerUnityEvent(string)
Declaration
void TriggerUnityEvent(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |