C# Класс SadConsole.Game.GameObject

Наследование: Consoles.ITextSurfaceRendered
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NoMatrix Matrix

Защищенные свойства (Protected)

Свойство Тип Описание
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