Method | Description | |
---|---|---|
Appear ( ) : void |
Play the appear animation
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Method | Description | |
---|---|---|
DefaultValues ( ) : void | ||
Initialize ( ) : void |
Performs further custom initialization for this instance. By default this method does nothing. |
|
ResolveDependencies ( ) : void | ||
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 |
Method | Description | |
---|---|---|
StopBubbles ( ) : void |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |