Requests creation of the MeshContainer.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public override MeshContainer CreateMeshContainer( string name, MeshData meshData, ExtendedMaterial[] materials, EffectInstance[] effectInstances, GraphicsStream adjacency, SkinInformation skinInfo ) |
Parameters
- name
- Type: System..::.String
String representing the mesh name.
- meshData
- Type: MeshData
Reference to the MeshData.
- materials
- Type: array<
ExtendedMaterial
>[]()[]
The ExtendedMaterial material array used in the mesh.
- effectInstances
- Type: array<
EffectInstance
>[]()[]
The EffectInstance effect array used in the mesh.
- adjacency
- Type: GraphicsStream
The GraphicsStream array represents the mesh adjacency.
- skinInfo
- Type: SkinInformation
Reference to the MeshData if the skin data was not found.