Свойство | Тип | Описание | |
---|---|---|---|
CallBatchEnd | bool |
Метод | Описание | |
---|---|---|
ControlsConsoleRenderer ( ) : System |
Creates a new renderer.
|
|
GetPositionTransform ( Point position, Point CellSize, bool absolutePositioning ) : Matrix |
Gets the Matrix transform that positions the console on the screen.
|
|
Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void |
Renders a surface to the screen.
|
|
Render ( ITextSurfaceRendered surface, Point position, bool usePixelPositioning = false ) : void |
Renders a surface to the screen.
|
Метод | Описание | |
---|---|---|
AfterDeserialized ( |
public ControlsConsoleRenderer ( ) : System | ||
Результат | System |
public GetPositionTransform ( Point position, Point CellSize, bool absolutePositioning ) : Matrix | ||
position | Point | |
CellSize | Point | |
absolutePositioning | bool | |
Результат | Matrix |
public Render ( ITextSurfaceRendered surface, Matrix renderingMatrix ) : void | ||
surface | ITextSurfaceRendered | The surface to render. |
renderingMatrix | Matrix | Display matrix for the rendered console. |
Результат | void |
public Render ( ITextSurfaceRendered surface, Point position, bool usePixelPositioning = false ) : void | ||
surface | ITextSurfaceRendered | The surface to render. |
position | Point | Calculates the rendering position on the screen based on the size of the |
usePixelPositioning | bool | Ignores the |
Результат | void |