C# Class Shooter2D.Tile

Show file Open project: CodeTreeCommunity/Shooter2D

Public Properties

Property Type Description
Angle byte
Fore byte
ForeAnimation EzGame.Perspective.Planar.Animation

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( Batch Batch, Vector2 Position, float LayerOffset ) : void
Update ( GameTime Time ) : void

Method Details

Draw() public method

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

Update() public method

public Update ( GameTime Time ) : void
Time Microsoft.Xna.Framework.GameTime
return void

Property Details

Angle public property

public byte Angle
return byte

Fore public property

public byte Fore
return byte

ForeAnimation public property

public Animation,EzGame.Perspective.Planar ForeAnimation
return EzGame.Perspective.Planar.Animation