C# 클래스 geek.GameEngine.Visuals.FauxObject

An object that is used as a stub for real graphic objects (used to prototype games).
상속: GameObject
파일 보기 프로젝트 열기: impworks/xna.geek.engine

공개 프로퍼티들

프로퍼티 타입 설명
Type FauxObjectType

공개 메소드들

메소드 설명
FauxObject ( int width, int height, FauxObjectType type = FauxObjectType.Rectangle, Color color = null ) : geek.GameEngine.Sprites

비공개 메소드들

메소드 설명
createEllipse ( int width, int height, Color color ) : Color[]

Create a faux ellipse texture.

메소드 상세

FauxObject() 공개 메소드

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

프로퍼티 상세

Type 공개적으로 프로퍼티

The type of the faux object.
public FauxObjectType Type
리턴 FauxObjectType