C# Class CSharpGL.SceneRootUI

root UI for opengl.
Inheritance: UIRenderer
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
SceneRootUI ( int zNear = -100, int zFar = 100 ) : System.Linq

root UI for opengl.

Méthodes protégées

Méthode Description
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

Private Methods

Méthode Description
Layout ( ) : void
RenderUIRenderer ( UIRenderer renderer, RenderEventArgs arg ) : void

Method Details

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void

SceneRootUI() public méthode

root UI for opengl.
public SceneRootUI ( int zNear = -100, int zFar = 100 ) : System.Linq
zNear int
zFar int
Résultat System.Linq