C# Class CSharpGL.BuildInTransformScript

Apply TransformScript's model matrix to build in renderer.
Inheritance: ScriptComponent
Show file Open project: bitzhuwei/CSharpGL

Protected Methods

Method Description
DoInitialize ( ) : void
DoUpdate ( double elapsedTime ) : void

Method Details

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoUpdate() protected method

protected DoUpdate ( double elapsedTime ) : void
elapsedTime double
return void