C# Class SadConsole.Game.GameObject

Inheritance: Consoles.ITextSurfaceRendered
Exibir arquivo Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
NoMatrix Matrix

Protected Properties

Property Type Description
animation Consoles.AnimatedTextSurface
font Font
position Point
renderOffset Point
renderer Consoles.ITextSurfaceRenderer
repositionRects bool
usePixelPositioning bool

Property Details

NoMatrix public_oe static_oe property

A translation matrix of 0, 0, 0.
public static Matrix NoMatrix
return Matrix

animation protected_oe property

Animation for the game object.
protected Consoles.AnimatedTextSurface animation
return Consoles.AnimatedTextSurface

font protected_oe property

Font for the game object.
protected Font font
return Font

position protected_oe property

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

renderOffset protected_oe property

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

renderer protected_oe property

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

repositionRects protected_oe property

Reposition the rects of the animation.
protected bool repositionRects
return bool

usePixelPositioning protected_oe property

Pixel positioning flag for position.
protected bool usePixelPositioning
return bool