C# 클래스 SadConsole.Game.GameObject

상속: Consoles.ITextSurfaceRendered
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NoMatrix Matrix

보호된 프로퍼티들

프로퍼티 타입 설명
animation Consoles.AnimatedTextSurface
font Font
position Point
renderOffset Point
renderer Consoles.ITextSurfaceRenderer
repositionRects bool
usePixelPositioning bool

프로퍼티 상세

NoMatrix 공개적으로 정적으로 프로퍼티

A translation matrix of 0, 0, 0.
public static Matrix NoMatrix
리턴 Matrix

animation 보호되어 있는 프로퍼티

Animation for the game object.
protected Consoles.AnimatedTextSurface animation
리턴 Consoles.AnimatedTextSurface

font 보호되어 있는 프로퍼티

Font for the game object.
protected Font font
리턴 Font

position 보호되어 있는 프로퍼티

Where the console should be located on the screen.
protected Point position
리턴 Point

renderOffset 보호되어 있는 프로퍼티

An offset of where the object is rendered.
protected Point renderOffset
리턴 Point

renderer 보호되어 있는 프로퍼티

Renderer used for drawing the game object.
protected Consoles.ITextSurfaceRenderer renderer
리턴 Consoles.ITextSurfaceRenderer

repositionRects 보호되어 있는 프로퍼티

Reposition the rects of the animation.
protected bool repositionRects
리턴 bool

usePixelPositioning 보호되어 있는 프로퍼티

Pixel positioning flag for position.
protected bool usePixelPositioning
리턴 bool