C# Класс WaveEngine.Components.UI.PanelControlRenderer

The Panel renderer
Наследование: Drawable2D
Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( System.TimeSpan gameTime ) : void

Allows to perform custom drawing.

This method will only be called if all the following points are true: The entity passes the culling test. The parent of the owner Entity of the Drawable cascades its visibility to its children and it is visible. The Drawable is active. The owner Entity of the Drawable is active and visible.

PanelControlRenderer ( ) : System

Initializes a new instance of the PanelControlRenderer class.

PanelControlRenderer ( Type layerType ) : System

Initializes a new instance of the PanelControlRenderer class.

PanelControlRenderer ( string name, Type layerType ) : System

Initializes a new instance of the PanelControlRenderer class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

DrawDebugLines ( ) : void

Helper method that draws debug lines.

This method will only work on debug mode and if RenderManager.DebugLines /> is set to true.

Описание методов

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

Draw() публичный Метод

Allows to perform custom drawing.
This method will only be called if all the following points are true: The entity passes the culling test. The parent of the owner Entity of the Drawable cascades its visibility to its children and it is visible. The Drawable is active. The owner Entity of the Drawable is active and visible.
public Draw ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan The elapsed game time.
Результат void

DrawDebugLines() защищенный Метод

Helper method that draws debug lines.
This method will only work on debug mode and if RenderManager.DebugLines /> is set to true.
protected DrawDebugLines ( ) : void
Результат void

PanelControlRenderer() публичный Метод

Initializes a new instance of the PanelControlRenderer class.
public PanelControlRenderer ( ) : System
Результат System

PanelControlRenderer() публичный Метод

Initializes a new instance of the PanelControlRenderer class.
public PanelControlRenderer ( Type layerType ) : System
layerType System.Type Type of the layer.
Результат System

PanelControlRenderer() публичный Метод

Initializes a new instance of the PanelControlRenderer class.
public PanelControlRenderer ( string name, Type layerType ) : System
name string Name of this instance.
layerType System.Type Type of the layer.
Результат System