C# Class Touhou.ExampleSprite.ExampleSprite.Bullet

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

Méthodes publiques

Свойство Type Description
hasGrazed bool
hitRadius float

Méthodes publiques

Méthode Description
Bullet ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Bullet ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty ) : System
collide ( ) : bool

Method Details

Bullet() public méthode

public Bullet ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
d Vector2
c Color
ty drawType
Résultat System

Bullet() public méthode

public Bullet ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
a float
s float
c Color
ty drawType
Résultat System

Bullet() public méthode

public Bullet ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
d Vector2
c Color
ty drawType
Résultat System

Bullet() public méthode

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

collide() public méthode

public collide ( ) : bool
Résultat bool

Property Details

hasGrazed public_oe property

public bool hasGrazed
Résultat bool

hitRadius public_oe property

public float hitRadius
Résultat float