Conjures a new sprite.
Namespace:
SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public XSprite Conjure( XModel model, int x, int y, int z ) |
Parameters
- model
- Type: SGP.XSpace..::.XModel
The XModel model being conjured.
- x
- Type: System..::.Int32
The X-coordinate where the sprite being conjured.
- y
- Type: System..::.Int32
The Y-coordinate where the sprite being conjured.
- z
- Type: System..::.Int32
The Z-coordinate where the sprite being conjured.
Return Value
Returns the new conjured sprite XSprite.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | model is nullNothingnullptra null reference (Nothing in Visual Basic). |