Tesseract Engine Documentation

BillboardList.Draw_Billboards Method 

Draws all of the current billboards in our list

public List<T> Draw_Billboards(
   ObjectLibrary objectLibrary,
   Int32 playerIndex
);

Parameters

objectLibrary
ObjectLibrary
playerIndex
The index of the current player whose view is being drawn (for orienting the billboard)

See Also

BillboardList Class | DarkWynter.Engine.ObjectLib Namespace