Creates new XMaterialMesh mesh.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static XMaterialMesh CreateMesh( Type manifestType, string name ) |
Parameters
- manifestType
- Type: System..::.Type
The Type type defining the mesh location in the given library.
- name
- Type: System..::.String
Path to the mesh.
Return Value
Returns the created XMaterialMesh mesh.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | manifestType is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::.ArgumentNullException | name is nullNothingnullptra null reference (Nothing in Visual Basic). |