Barotrauma Client Doc
Barotrauma.Steam.WorkshopMenu.BBWord Struct Reference

Public Types

enum class  TagType {
  None = 0x0 , Bold = 0x1 , Italic = 0x2 , Header = 0x4 ,
  List = 0x8 , NewLine = 0x10
}
 

Public Member Functions

 BBWord (string text, TagType tagTypes)
 

Public Attributes

readonly string Text
 
readonly Vector2 Size
 
readonly TagType TagTypes
 
readonly GUIFont Font
 

Detailed Description

Definition at line 13 of file BBCode.cs.

Member Enumeration Documentation

◆ TagType

Enumerator
None 
Bold 
Italic 
Header 
List 
NewLine 

Definition at line 16 of file BBCode.cs.

Constructor & Destructor Documentation

◆ BBWord()

Barotrauma.Steam.WorkshopMenu.BBWord.BBWord ( string  text,
TagType  tagTypes 
)

Definition at line 32 of file BBCode.cs.

Member Data Documentation

◆ Font

readonly GUIFont Barotrauma.Steam.WorkshopMenu.BBWord.Font

Definition at line 30 of file BBCode.cs.

◆ Size

readonly Vector2 Barotrauma.Steam.WorkshopMenu.BBWord.Size

Definition at line 27 of file BBCode.cs.

◆ TagTypes

readonly TagType Barotrauma.Steam.WorkshopMenu.BBWord.TagTypes

Definition at line 28 of file BBCode.cs.

◆ Text

readonly string Barotrauma.Steam.WorkshopMenu.BBWord.Text

Definition at line 26 of file BBCode.cs.