C# Class Touhou.ExampleSprite.ExampleSprite.AnimatedTexture

Afficher le fichier Open project: schedule-productions/Touhou

Méthodes publiques

Свойство Type Description
delay double
dim Vector2
frame int
frames int
img Microsoft.Xna.Framework.Graphics.Texture2D
speed double

Méthodes publiques

Méthode Description
AnimatedTexture ( AnimatedTexture a ) : System
AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System
getFrame ( ) : Rectangle
willFinish ( double dt ) : bool

Method Details

AnimatedTexture() public méthode

public AnimatedTexture ( AnimatedTexture a ) : System
a AnimatedTexture
Résultat System

AnimatedTexture() public méthode

public AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
f int
s double
Résultat System

getFrame() public méthode

public getFrame ( ) : Rectangle
Résultat Microsoft.Xna.Framework.Rectangle

willFinish() public méthode

public willFinish ( double dt ) : bool
dt double
Résultat bool

Property Details

delay public_oe property

public double delay
Résultat double

dim public_oe property

public Vector2 dim
Résultat Vector2

frame public_oe property

public int frame
Résultat int

frames public_oe property

public int frames
Résultat int

img public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics img
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

speed public_oe property

public double speed
Résultat double