Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo Struct Reference

Public Member Functions

 LineInfo (Vector3 from, Vector3 to, Color colorFrom, Color colorTo, bool depthRead)
 
 LineInfo (Vector3 from, Vector3 to, Color colorFrom, bool depthRead)
 

Public Attributes

Vector3 From
 
Vector3 To
 
Color ColorFrom
 
Color ColorTo
 
bool DepthRead
 

Detailed Description

Definition at line 19 of file MyAlexDebugInputComponent.cs.

Constructor & Destructor Documentation

Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.LineInfo ( Vector3  from,
Vector3  to,
Color  colorFrom,
Color  colorTo,
bool  depthRead 
)
inline

Definition at line 21 of file MyAlexDebugInputComponent.cs.

Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.LineInfo ( Vector3  from,
Vector3  to,
Color  colorFrom,
bool  depthRead 
)
inline

Definition at line 30 of file MyAlexDebugInputComponent.cs.

Member Data Documentation

Color Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.ColorFrom

Definition at line 37 of file MyAlexDebugInputComponent.cs.

Color Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.ColorTo

Definition at line 38 of file MyAlexDebugInputComponent.cs.

bool Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.DepthRead

Definition at line 39 of file MyAlexDebugInputComponent.cs.

Vector3 Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.From

Definition at line 35 of file MyAlexDebugInputComponent.cs.

Vector3 Sandbox.Game.Gui.MyAlexDebugInputComponent.LineInfo.To

Definition at line 36 of file MyAlexDebugInputComponent.cs.


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