Conjures a new sprite.
            
    Namespace: 
   SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public XSprite Conjure( string modelName, Vector3Int pos, bool clear )  | 
Parameters
- modelName
 - Type: System..::.String
The model name to conjure. 
- pos
 - Type: SGP.Baltie..::.Vector3Int
The coordinate where the sprite being conjured. 
- 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 | modelName is nullNothingnullptra null reference (Nothing in Visual Basic). |