Method | Description | |
---|---|---|
SpinningSquaresTransition ( System.TimeSpan duration ) : System |
Initializes a new instance of the SpinningSquaresTransition class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
Draw ( System.TimeSpan gameTime ) : void |
Draws the specified game time.
|
|
Initialize ( ) : void |
Initializes this instance.
|
|
Update ( System.TimeSpan gameTime ) : void |
Updates the specified game time.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |
public SpinningSquaresTransition ( System.TimeSpan duration ) : System | ||
duration | System.TimeSpan | The duration. |
return | System |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |