Renders a <Node> and its children to a rendering device, using rendering state information in the rendering context defined by a <<RenderInfo>> object.
int32 Render( RenderInfo p_oRenderContext )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <RenderInfo> | p_oRenderContext | A pointer to a <RenderInfo> object representing the current render state and rendering device used to render the <Node>. |
None published. Please look for an example in the Simdify Scripting Language code base.