Class LinkEvents
Events related to objects interacting with NavLink
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class LinkEvents : GroupEvents
Fields
OnLinkEnter
Dispatched NavObject has start the travel
Declaration
public UnityEvent<NavLink> OnLinkEnter
Field Value
Type | Description |
---|---|
UnityEvent<><NavLink> |
OnLinkEnterStart
Dispatched NavObject becomes unavailable for animation start
Declaration
public UnityEvent<NavLink> OnLinkEnterStart
Field Value
Type | Description |
---|---|
UnityEvent<><NavLink> |
OnLinkExit
Dispatched NavObject is available again
Declaration
public UnityEvent<NavLink> OnLinkExit
Field Value
Type | Description |
---|---|
UnityEvent<><NavLink> |
OnLinkExitStart
Dispatched NavObject has finished the travel
Declaration
public UnityEvent<NavLink> OnLinkExitStart
Field Value
Type | Description |
---|---|
UnityEvent<><NavLink> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |