Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
BorderRenderer ( ) : System |
Initializes a new instance of the BorderRenderer class.
|
|
BorderRenderer ( System.Color color ) : System |
Initializes a new instance of the BorderRenderer class.
|
|
BorderRenderer ( string name, |
Initializes a new instance of the BorderRenderer class.
|
|
Draw ( System.TimeSpan gameTime ) : void |
Allows to perform custom drawing. This method will only be called if all the following points are true: |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public BorderRenderer ( System.Color color ) : System | ||
color | System.Color | The color. |
Результат | System |
public BorderRenderer ( string name, |
||
name | string | The name. |
layerType | Type of the layer. | |
color | System.Color | The color. |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The elapsed game time. |
Результат | void |