C# Class Touhou.ExampleSprite.ExampleSprite.Orb

Inheritance: Microsoft.Xna.Framework.Graphics.Sprite
Datei anzeigen Open project: schedule-productions/Touhou

Public Methods

Method 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 method

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
return System

draw() public method

public draw ( float layer ) : void
layer float
return void

update() public method

public update ( ) : bool
return bool