C# Class Touhou.ExampleSprite.ExampleSprite.Orb

Inheritance: Microsoft.Xna.Framework.Graphics.Sprite
Afficher le fichier Open project: schedule-productions/Touhou

Méthodes publiques

Méthode Description
Orb ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty, float d, float ti ) : System
draw ( float layer ) : void
update ( ) : bool

Method Details

Orb() public méthode

public Orb ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty, float d, float ti ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
a float
s float
c Color
ty drawType
d float
ti float
Résultat System

draw() public méthode

public draw ( float layer ) : void
layer float
Résultat void

update() public méthode

public update ( ) : bool
Résultat bool