C# Class geek.GameEngine.Visuals.FauxObject

An object that is used as a stub for real graphic objects (used to prototype games).
Inheritance: GameObject
Afficher le fichier Open project: impworks/xna.geek.engine

Méthodes publiques

Свойство Type Description
Type FauxObjectType

Méthodes publiques

Méthode Description
FauxObject ( int width, int height, FauxObjectType type = FauxObjectType.Rectangle, Color color = null ) : geek.GameEngine.Sprites

Private Methods

Méthode Description
createEllipse ( int width, int height, Color color ) : Color[]

Create a faux ellipse texture.

Method Details

FauxObject() public méthode

public FauxObject ( int width, int height, FauxObjectType type = FauxObjectType.Rectangle, Color color = null ) : geek.GameEngine.Sprites
width int
height int
type FauxObjectType
color Color
Résultat geek.GameEngine.Sprites

Property Details

Type public_oe property

The type of the faux object.
public FauxObjectType Type
Résultat FauxObjectType