Метод | Описание | |
---|---|---|
ApplyImpulse ( ) : void |
Applies an vertical impulse.
|
|
Reset ( ) : void |
Reset all blocks and add new initial blocks
|
Метод | Описание | |
---|---|---|
DefaultValues ( ) : void | ||
Initialize ( ) : void |
Performs further custom initialization for this instance. By default this method does nothing. |
|
ResolveDependencies ( ) : void |
Resolves the dependencies needed for this instance to work.
|
|
Update ( System.TimeSpan gameTime ) : void |
Allows this instance to execute custom logic during its This method will not be executed if the T:WaveEngine.Framework.Component, or the T:WaveEngine.Framework.Entity owning it are not |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
Результат | void |