Entity.SetOffset Method

GeonBit.UI

EntitySetOffset Method
Set the offset of this entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetOffset(
	Vector2 offset
)

Parameters

offset
Type: Vector2
New offset to set.
See Also