C# Class WarTornLands.EntityClasses.EntityHorst

Inheritance: Entity
ファイルを表示 Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
EntityHorst ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture, String name = "Horst" ) : System
OnCollide ( Entity source ) : void

Method Details

EntityHorst() public method

public EntityHorst ( Microsoft.Xna.Framework.Game game, Vector2 position, Microsoft.Xna.Framework.Graphics.Texture2D texture, String name = "Horst" ) : System
game Microsoft.Xna.Framework.Game
position Vector2
texture Microsoft.Xna.Framework.Graphics.Texture2D
name String
return System

OnCollide() public method

public OnCollide ( Entity source ) : void
source Entity
return void