Unconjures the first sprite with name modelName from the cube cube.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Unconjure(
	string modelName,
	BaltieSpaceCube cube
)

Parameters

modelName
Type: System..::.String
The name of the sprite being removed.
cube
Type: SGP.Baltie..::.BaltieSpaceCube
A BaltieSpaceCube, where a sprite will be found.

Exceptions

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

See Also