Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Graphics.GUI.MyRichLabelLine Class Reference

Public Member Functions

 MyRichLabelLine (float minLineHeight)
 
void AddPart (MyRichLabelPart part)
 
void ClearParts ()
 
IEnumerable< MyRichLabelPartGetParts ()
 
bool Draw (Vector2 position)
 Draws line More...
 
bool IsEmpty ()
 
bool HandleInput (Vector2 position)
 

Properties

Vector2 Size [get]
 
String DebugText [get]
 

Detailed Description

Definition at line 9 of file MyRichLabelLine.cs.

Constructor & Destructor Documentation

Sandbox.Graphics.GUI.MyRichLabelLine.MyRichLabelLine ( float  minLineHeight)
inline

Definition at line 16 of file MyRichLabelLine.cs.

Member Function Documentation

void Sandbox.Graphics.GUI.MyRichLabelLine.AddPart ( MyRichLabelPart  part)
inline

Definition at line 24 of file MyRichLabelLine.cs.

void Sandbox.Graphics.GUI.MyRichLabelLine.ClearParts ( )
inline

Definition at line 30 of file MyRichLabelLine.cs.

bool Sandbox.Graphics.GUI.MyRichLabelLine.Draw ( Vector2  position)
inline

Draws line

Parameters
positionTop-left position
Returns

Definition at line 59 of file MyRichLabelLine.cs.

IEnumerable<MyRichLabelPart> Sandbox.Graphics.GUI.MyRichLabelLine.GetParts ( )
inline

Definition at line 36 of file MyRichLabelLine.cs.

bool Sandbox.Graphics.GUI.MyRichLabelLine.HandleInput ( Vector2  position)
inline

Definition at line 107 of file MyRichLabelLine.cs.

bool Sandbox.Graphics.GUI.MyRichLabelLine.IsEmpty ( )
inline

Definition at line 90 of file MyRichLabelLine.cs.

Property Documentation

String Sandbox.Graphics.GUI.MyRichLabelLine.DebugText
get

Definition at line 96 of file MyRichLabelLine.cs.

Vector2 Sandbox.Graphics.GUI.MyRichLabelLine.Size
get

Definition at line 86 of file MyRichLabelLine.cs.


The documentation for this class was generated from the following file: