Méthode | Description | |
---|---|---|
GetPostUpdateActions ( ) : PostUpdateActions | ||
OnActionDown ( string _action ) : void |
input.onActionDown
|
|
OnActionUp ( string _action ) : void |
input.onActionUp
|
|
OnEnable ( ) : void | ||
PerformAction ( float delta ) : void | ||
WantsToUpdate ( float delta ) : int |
crounch if onground and no ladder below
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
Résultat | PostUpdateActions |
public OnActionDown ( string _action ) : void | ||
_action | string | |
Résultat | void |
public OnActionUp ( string _action ) : void | ||
_action | string | |
Résultat | void |
public PerformAction ( float delta ) : void | ||
delta | float | |
Résultat | void |