Places the sprite obj at the location [x,y,z].
Namespace:
SGP.BaltieAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
Parameters
- obj
- Type: SGP.XSpace..::.XSprite
The sprite XSprite to be placed.
- x
- Type: System..::.Int32
The X coordinate.
- y
- Type: System..::.Int32
The Y coordinate.
- z
- Type: System..::.Int32
The Z coordinate.
- clear
- Type: System..::.Boolean
Whether old sprites in the cube will be removed (but not conjured sprites).
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | obj is nullNothingnullptra null reference (Nothing in Visual Basic). |