[This is preliminary documentation and is subject to change.]

Initializes a new instance of the RelativeTarget class

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public RelativeTarget(
	int relativeX,
	int relativeY,
	int relativeZ,
	ushort graphic
)
Public Sub New ( _
	relativeX As Integer, _
	relativeY As Integer, _
	relativeZ As Integer, _
	graphic As UShort _
)
public:
RelativeTarget(
	int relativeX, 
	int relativeY, 
	int relativeZ, 
	unsigned short graphic
)

Parameters

relativeX
Int32
relativeY
Int32
relativeZ
Int32
graphic
UInt16

See Also