Class ObjMovableEvents
Events related to ObjMovable feature
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class ObjMovableEvents : GroupEvents
Fields
OnYGrounded
Dispatched once movable gravity is set to 0 by hitting floor
Declaration
public UnityEvent OnYGrounded
Field Value
Type | Description |
---|---|
UnityEvent |
OnYLaunched
Dispatched once movable is launched up
Declaration
public UnityEvent OnYLaunched
Field Value
Type | Description |
---|---|
UnityEvent |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |