Conjures a new sprite.
Namespace:
SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public XSprite Conjure( XSprite obj, int relPos, bool clear ) |
Parameters
- obj
- Type: SGP.XSpace..::.XSprite
A sprite XSprite which will be conjured.
- relPos
- Type: System..::.Int32
The relative cubes count in front of Baltie, where the model will be conjured. The implicit value is 1.
- clear
- Type: System..::.Boolean
Indicates whether the cube will be cleared before conjuring the new sprite.
Return Value
Returns the new conjured sprite XSprite.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | obj is nullNothingnullptra null reference (Nothing in Visual Basic). |