Tesseract Engine Documentation

Billboard.SetOffset Method 

Set the draw location relative to the current position. Makes it easy to create jitter, rotation, or other simple animations without effecting currentPosition.

public void SetOffset(
   Vector3 locationOffset
);

Parameters

locationOffset

See Also

Billboard Class | DarkWynter.Game.GameObjects Namespace