Method | Description | |
---|---|---|
JumpAbility ( int duration = 700, float zenit = 3.0f ) : System |
Initializes a new instance of the JumpAbility class.
|
|
SetOwner ( Entity owner ) : void | ||
TryCancel ( ) : bool | ||
TryExecute ( ) : bool |
Tries to execute a jump.
|
|
Update ( |
Updates the part. May manipulate the Height value of respective owner.
|
Method | Description | |
---|---|---|
OnBang ( object sender, |
public JumpAbility ( int duration = 700, float zenit = 3.0f ) : System | ||
duration | int | The duration of a jump in ms. |
zenit | float | The zenit of a jump in meter. |
return | System |
public Update ( |
||
gameTime | The game time. | |
return | void |