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, Vector3Int pos ) |
Parameters
- obj
- Type: SGP.XSpace..::.XSprite
A sprite XSprite which will be conjured.
- pos
- Type: SGP.Baltie..::.Vector3Int
The coordinate where the sprite being conjured.
Return Value
Returns the new conjured sprite XSprite.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | obj is nullNothingnullptra null reference (Nothing in Visual Basic). |