Class SingleTransition
This class represent a single screen transition.
Implements
Inherited Members
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
public class SingleTransition : ScreenTransition, IDisposable
Constructors
SingleTransition()
Initializes a new instance of the SingleTransition class.
Declaration
public SingleTransition()
Methods
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
|
Overrides
Draw(TimeSpan)
Draws the specified game time.
Declaration
protected override void Draw(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The game time. |
Overrides
Initialize()
Initializes this instance.
Declaration
protected override void Initialize()
Overrides
Update(TimeSpan)
Updates the specified game time.
Declaration
protected override void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The game time. |