Tesseract Engine Documentation

HeadsUpDisplay.UpdateImageVis Method 

Change the image's visibility and color

public void UpdateImageVis(
   Int32 index,
   Boolean visible,
   Color color
);

Parameters

index
Index of the image in the HUD
visible
Boolean representing whether the image is drawn or not
color
The color to color the image

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace