C# Class Pokemon3D.Screens.Transitions.SlideTransition

Inheritance: ScreenTransition
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
Draw ( ) : void
StartTransition ( Microsoft.Xna.Framework.Graphics.Texture2D source, Microsoft.Xna.Framework.Graphics.Texture2D target ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

StartTransition() public méthode

public StartTransition ( Microsoft.Xna.Framework.Graphics.Texture2D source, Microsoft.Xna.Framework.Graphics.Texture2D target ) : void
source Microsoft.Xna.Framework.Graphics.Texture2D
target Microsoft.Xna.Framework.Graphics.Texture2D
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void