C# Class Cyclyc.Framework.EndingSprite

Inheritance: CycSprite
Afficher le fichier Open project: JoeOsborn/Cyclyc Class Usage Examples

Méthodes publiques

Méthode Description
EndingSprite ( Game1 game, string img, Vector2 pos, int w ) : System

Méthodes protégées

Méthode Description
HitBottomEdge ( GameTime gt ) : void
HitLeftEdge ( GameTime gt ) : void
HitRightEdge ( GameTime gt ) : void
HitTopEdge ( GameTime gt ) : void
StopAtBottomEdge ( GameTime gt ) : bool
StopAtLeftEdge ( GameTime gt ) : bool
StopAtRightEdge ( GameTime gt ) : bool
StopAtTopEdge ( GameTime gt ) : bool

Method Details

EndingSprite() public méthode

public EndingSprite ( Game1 game, string img, Vector2 pos, int w ) : System
game Game1
img string
pos Vector2
w int
Résultat System

HitBottomEdge() protected méthode

protected HitBottomEdge ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
Résultat void

HitLeftEdge() protected méthode

protected HitLeftEdge ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
Résultat void

HitRightEdge() protected méthode

protected HitRightEdge ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
Résultat void

HitTopEdge() protected méthode

protected HitTopEdge ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
Résultat void

StopAtBottomEdge() protected méthode

protected StopAtBottomEdge ( GameTime gt ) : bool
gt Microsoft.Xna.Framework.GameTime
Résultat bool

StopAtLeftEdge() protected méthode

protected StopAtLeftEdge ( GameTime gt ) : bool
gt Microsoft.Xna.Framework.GameTime
Résultat bool

StopAtRightEdge() protected méthode

protected StopAtRightEdge ( GameTime gt ) : bool
gt Microsoft.Xna.Framework.GameTime
Résultat bool

StopAtTopEdge() protected méthode

protected StopAtTopEdge ( GameTime gt ) : bool
gt Microsoft.Xna.Framework.GameTime
Résultat bool