C# Class Shooter.Entities.Entity

Afficher le fichier Open project: JoeyTheAsian/Just-Force

Protected Properties

Свойство Type Description
collision bool
direction double
entTexture Microsoft.Xna.Framework.Graphics.Texture2D
entityRectangle Microsoft.Xna.Framework.Rectangle
isPlayer bool
loc Coord

Méthodes publiques

Méthode Description
Entity ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, double dir, string t, bool c, Rectangle r ) : System
Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, string t, Rectangle r ) : System
Move ( double x, double y ) : void

Method Details

Entity() public méthode

public Entity ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

Entity() public méthode

public Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, double dir, string t, bool c, Rectangle r ) : System
content Microsoft.Xna.Framework.Content.ContentManager
x double
y double
dir double
t string
c bool
r Microsoft.Xna.Framework.Rectangle
Résultat System

Entity() public méthode

public Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, string t, Rectangle r ) : System
content Microsoft.Xna.Framework.Content.ContentManager
x double
y double
t string
r Microsoft.Xna.Framework.Rectangle
Résultat System

Move() public méthode

public Move ( double x, double y ) : void
x double
y double
Résultat void

Property Details

collision protected_oe property

protected bool collision
Résultat bool

direction protected_oe property

protected double direction
Résultat double

entTexture protected_oe property

protected Texture2D,Microsoft.Xna.Framework.Graphics entTexture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

entityRectangle protected_oe property

protected Rectangle,Microsoft.Xna.Framework entityRectangle
Résultat Microsoft.Xna.Framework.Rectangle

isPlayer protected_oe property

protected bool isPlayer
Résultat bool

loc protected_oe property

protected Coord loc
Résultat Coord