메소드 | 설명 | |
---|---|---|
ScaleTransition ( System.TimeSpan duration ) : System |
Initializes a new instance of the ScaleTransition class.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
protected Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
리턴 | void |
public ScaleTransition ( System.TimeSpan duration ) : System | ||
duration | System.TimeSpan | The duration. |
리턴 | System |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
리턴 | void |