Свойство | Тип | Описание | |
---|---|---|---|
jumpProperties |
Метод | Описание | |
---|---|---|
ForceJump ( |
Force Character to Jump! User must be sure of what they are doing... this doesn't check anything
|
|
GetPostUpdateActions ( ) : PostUpdateActions | ||
Jump ( |
Try to jump
|
|
OnActionDown ( string _action ) : void |
input.onActionDown callback
|
|
OnActionUp ( string _action ) : void |
input.onActionUp callback
|
|
OnEnable ( ) : void | ||
PerformAction ( float delta ) : void | ||
WantsToUpdate ( float delta ) : int |
Listen input and Select the current Jump Other actions (with higher priority) can trigger Jumps using Jump(), and the next Frame CharacterActionJump willl take control!
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
Результат | PostUpdateActions |
public OnActionDown ( string _action ) : void | ||
_action | string | |
Результат | void |
public OnActionUp ( string _action ) : void | ||
_action | string | |
Результат | void |
public PerformAction ( float delta ) : void | ||
delta | float | |
Результат | void |
public WantsToUpdate ( float delta ) : int | ||
delta | float | |
Результат | int |