C# Class Shooter2D.Tile

Afficher le fichier Open project: CodeTreeCommunity/Shooter2D

Méthodes publiques

Свойство Type Description
Angle byte
Fore byte
ForeAnimation EzGame.Perspective.Planar.Animation

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( Batch Batch, Vector2 Position, float LayerOffset ) : void
Update ( GameTime Time ) : void

Method Details

Draw() public méthode

public Draw ( Batch Batch, Vector2 Position, float LayerOffset ) : void
Batch EzGame.Perspective.Planar.Batch
Position Microsoft.Xna.Framework.Vector2
LayerOffset float
Résultat void

Update() public méthode

public Update ( GameTime Time ) : void
Time Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

Angle public_oe property

public byte Angle
Résultat byte

Fore public_oe property

public byte Fore
Résultat byte

ForeAnimation public_oe property

public Animation,EzGame.Perspective.Planar ForeAnimation
Résultat EzGame.Perspective.Planar.Animation