|
RenderableMeshPrimitive Class |
Inheritance Hierarchy Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public sealed class RenderableMeshPrimitive : RenderablePrimitive
The RenderableMeshPrimitive type exposes the following members.
Constructors | Name | Description |
---|
| RenderableMeshPrimitive(MeshBase, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(MeshBase, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(MeshBase, SubMesh, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(Object, MeshBase, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(MeshBase, SubMesh, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(Object, MeshBase, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(Object, MeshBase, SubMesh, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
| RenderableMeshPrimitive(Object, MeshBase, SubMesh, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
TopFields | Name | Description |
---|
| MeshBase |
MeshBase used to initialize this RenderableMeshPrimitive
|
| SubMesh |
SubMesh used to initialize this RenderableMesh. Can be null when only MeshBase is used.
|
TopSee Also