Interface IEventMachine
Inherited Members
Namespace: Unity.VisualScripting
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 |