Свойство | Type | Description | |
---|---|---|---|
PrepareState | void | ||
UpdateModelTransformation | void |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
SetCamera ( |
||
SetViewport ( |
||
SetViewport ( int x, int y, int width, int height ) : void |
Méthode | Description | |
---|---|---|
HandleFrame ( |
||
InitializeSystem ( ) : void |
|
|
PrepareStateCore ( ) : void |
s
|
|
Publish ( int start, int count ) : void |
Publish the specified start and count.
|
|
Simulate ( System.DateTime simulationTime ) : void |
|
Méthode | Description | |
---|---|---|
PrepareState ( ) : void | ||
UpdateModelTransformation ( ) : void |
protected HandleFrame ( |
||
window | ||
Résultat | void |
protected abstract InitializeSystem ( ) : void | ||
Résultat | void |
protected abstract PrepareStateCore ( ) : void | ||
Résultat | void |
protected Publish ( int start, int count ) : void | ||
start | int | Start. |
count | int | Count. |
Résultat | void |
public SetCamera ( |
||
window | ||
Résultat | void |
public SetViewport ( |
||
window | ||
Résultat | void |
public SetViewport ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
Résultat | void |
protected abstract Simulate ( System.DateTime simulationTime ) : void | ||
simulationTime | System.DateTime |
/// A |
Résultat | void |