C# Class Touhou.ExampleSprite.ExampleSprite.Enemy

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

Méthodes publiques

Свойство Type Description
effect SpriteEffects

Méthodes publiques

Méthode Description
Enemy ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, float h, System.Script scr, string dr ) : System
Enemy ( AnimatedTexture t, Vector2 p, float a, float s, Color c, float h, System.Script scr, string dr ) : System
collide ( ) : bool
explode ( ) : void
update ( ) : bool

Method Details

Enemy() public méthode

public Enemy ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, float h, System.Script scr, string dr ) : System
t AnimatedTexture
p Vector2
d Vector2
c Color
h float
scr System.Script
dr string
Résultat System

Enemy() public méthode

public Enemy ( AnimatedTexture t, Vector2 p, float a, float s, Color c, float h, System.Script scr, string dr ) : System
t AnimatedTexture
p Vector2
a float
s float
c Color
h float
scr System.Script
dr string
Résultat System

collide() public méthode

public collide ( ) : bool
Résultat bool

explode() public méthode

public explode ( ) : void
Résultat void

update() public méthode

public update ( ) : bool
Résultat bool

Property Details

effect public_oe property

public SpriteEffects effect
Résultat SpriteEffects