C# Class CSharpGL.SceneObject

Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
System System.Collections.IEnumerator

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetEnumerator ( ) : IEnumerator

enumerates self and all children objects recursively.

Render ( RenderEventArgs arg ) : void

Occurs before this object and all of its children's rendering.

Occurs before this object and all of its children's rendering.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Dispose managed and unmanaged resources of this instance.

System ( ) : System.Collections.IEnumerator

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

GetEnumerator() public méthode

enumerates self and all children objects recursively.
public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Render() public méthode

Occurs before this object and all of its children's rendering. Occurs before this object and all of its children's rendering.
public Render ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void