|
IMeshNode Interface |
IMeshNode interface is implemented by SceneNodes that defined
GetMesh method.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public interface IMeshNode
The IMeshNode type exposes the following members.
Methods | Name | Description |
---|
| GetMesh |
Returns the mesh that is used by this SceneNode.
|
TopSee Also