C# Class geek.GameEngine.Visuals.FauxObject

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

Public Properties

Property Type Description
Type FauxObjectType

Public Methods

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

Private Methods

Method Description
createEllipse ( int width, int height, Color color ) : Color[]

Create a faux ellipse texture.

Method Details

FauxObject() public method

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

Property Details

Type public_oe property

The type of the faux object.
public FauxObjectType Type
return FauxObjectType