Click or drag to resize
Ab4d.SharpEngine logo

MeshModelNode Class

MeshModelNode is a SceneNode that is defined by a custom mesh and use Material and BackMaterial.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class MeshModelNode : ModelNode

The MeshModelNode type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyMesh Gets or sets a mesh that defined this SceneNode.
Top
Methods
 NameDescription
Public methodDisposeWithMeshAndMaterial DisposeWithMeshAndMaterial first disposes the Mesh object and then calls the DisposeWithMaterial(Boolean) method to dispose the materials and SceneNode.
Top
See Also