Places a new sprite from the model modelName at [x,y,z].

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XSprite PlaceSprite(
	string modelName,
	int x,
	int y,
	int z
)

Parameters

modelName
Type: System..::.String
Model name.
x
Type: System..::.Int32
The X coordinate.
y
Type: System..::.Int32
The Y coordinate.
z
Type: System..::.Int32
The Z coordinate.

Exceptions

ExceptionCondition
System..::.ArgumentNullException modelName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also