Creates the Texture texture.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Texture CreateTexture(
	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

Created Texture texture.

Exceptions

ExceptionCondition
System..::.ArgumentNullException manifestType is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also