Recalculates the local coordinates to the world coordinates.

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

Syntax

C#
public Vector3 GetWorldPosition(
	Vector3 localPosition
)

Parameters

localPosition
Type: Vector3
Local coordinates in sprite.

Return Value

Returns world coordinate.

See Also