Class ObjActionEvents
Events related to Actions
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class ObjActionEvents : GroupEvents
Fields
OnActionExecute
Dispatched once after the action has started executing
Declaration
public UnityEvent OnActionExecute
Field Value
Type | Description |
---|---|
UnityEvent |
OnActionInput
Dispatched once after input has been made to start action
Declaration
public UnityEvent OnActionInput
Field Value
Type | Description |
---|---|
UnityEvent |
OnParentActiveEnabled
Dispatched once direct NavObject parent is available, active and enabled
Declaration
public UnityEvent OnParentActiveEnabled
Field Value
Type | Description |
---|---|
UnityEvent |
OnParentInsideAnother
Dispatched once direct NavObject parent is not available, when its nested inside another object
Declaration
public UnityEvent OnParentInsideAnother
Field Value
Type | Description |
---|---|
UnityEvent |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |