Tesseract Engine Documentation

ObjectLibrary.Draw_Billboards Method 

Pass a Billboard List to GameObjects so they can add GameObject-relative Billboards. This does not effect the Prop Billboards.

public List<T> Draw_Billboards(
   Int32 playerIndex
);

Parameters

playerIndex
Billboards are oriented towards the Player we are drawing them for.

See Also

ObjectLibrary Class | DarkWynter.Engine.ObjectLib Namespace