Property | Type | Description | |
---|---|---|---|
dismountJumping | bool |
Property | Type | Description | |
---|---|---|---|
actionJump | |||
grabHeld | bool |
Method | Description | |
---|---|---|
GainControl ( float delta ) : void |
EnterState
|
|
GetPostUpdateActions ( ) : PostUpdateActions | ||
OnActionDown ( string _action ) : void |
input.onActionDown
|
|
OnActionUp ( string _action ) : void |
input.onActionUp
|
|
OnEnable ( ) : void | ||
PerformAction ( float delta ) : void | ||
WantsToUpdate ( float delta ) : int |
Enter in fence mode when user is in a fence area and pressing up/down
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
return | PostUpdateActions |
public OnActionDown ( string _action ) : void | ||
_action | string | |
return | void |
protected CharacterActionJump,UnityPlatformer actionJump | ||
return |