Barotrauma Client Doc
Barotrauma.GUITextBlock.StrikethroughSettings Class Reference

Public Member Functions

 StrikethroughSettings (Color? color=null, int thickness=1, int expand=0)
 
void Draw (SpriteBatch spriteBatch, float textSizeHalf, float xPos, float yPos)
 

Properties

Color Color = GUIStyle.Red [get, set]
 

Detailed Description

Definition at line 246 of file GUITextBlock.cs.

Constructor & Destructor Documentation

◆ StrikethroughSettings()

Barotrauma.GUITextBlock.StrikethroughSettings.StrikethroughSettings ( Color color = null,
int  thickness = 1,
int  expand = 0 
)

Definition at line 252 of file GUITextBlock.cs.

Member Function Documentation

◆ Draw()

void Barotrauma.GUITextBlock.StrikethroughSettings.Draw ( SpriteBatch  spriteBatch,
float  textSizeHalf,
float  xPos,
float  yPos 
)

Definition at line 259 of file GUITextBlock.cs.

Property Documentation

◆ Color

Color Barotrauma.GUITextBlock.StrikethroughSettings.Color = GUIStyle.Red
getset

Definition at line 248 of file GUITextBlock.cs.