C# Class SadConsole.Game.GameObject

Inheritance: Consoles.ITextSurfaceRendered
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
NoMatrix Matrix

Protected Properties

Свойство 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
Résultat Matrix

animation protected_oe property

Animation for the game object.
protected Consoles.AnimatedTextSurface animation
Résultat Consoles.AnimatedTextSurface

font protected_oe property

Font for the game object.
protected Font font
Résultat Font

position protected_oe property

Where the console should be located on the screen.
protected Point position
Résultat Point

renderOffset protected_oe property

An offset of where the object is rendered.
protected Point renderOffset
Résultat Point

renderer protected_oe property

Renderer used for drawing the game object.
protected Consoles.ITextSurfaceRenderer renderer
Résultat Consoles.ITextSurfaceRenderer

repositionRects protected_oe property

Reposition the rects of the animation.
protected bool repositionRects
Résultat bool

usePixelPositioning protected_oe property

Pixel positioning flag for position.
protected bool usePixelPositioning
Résultat bool