<ScriptRenderVisualizer> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » RenderVisualizer » ScriptRenderVisualizer

Function Members

Function members are as follows:

Return Type Function Name Documentation
stringGetDestroyFunctionUndocumented.
stringGetInitializeFunctionUndocumented
stringGetRenderFunctionUndocumented.
<ScriptSource>GetScriptUndocumented.
int32SetDestroyFunctionUndocumented.
int32SetInitializeFunctionUndocumented.
int32SetRenderFunctionSets a scripted render visualizer's rendering function name. The function must have two parameters, the first being an <EditModel3D> object and the second being a <RenderInfo> object. The function may return an <int32> value or void.
int32SetScriptUndocumented.