Click or drag to resize
Ab4d.SharpEngine logo

RenderedNode Fields

The RenderedNode type exposes the following members.

Fields
 NameDescription
Protected fielddisposeMaterial When true, then Material is is disposed when this SceneNode is disposed. This is usually set to true when the Material is set by this SceneNode (for example in LineNode when user only sets LineColor and this is used to create a LineMaterial) and not when set by the user (as in ModelNode where user sets Material and BackMaterial).
Protected fielddisposeMesh When true, then Mesh is is disposed when this SceneNode is disposed. This is usually set to true when the mesh is created by this SceneNode (for example in BoxModelNode) and not set by the user (as in MeshModelNode - in this case the user should dispose the Mesh).
Top
See Also