C# Class Kramax.Utility.GeneralUI

Afficher le fichier Open project: Kramax/KramaxAutoPilot

Méthodes publiques

Свойство Type Description
ActiveBackground Color
DelayLabel UnityEngine.GUIContent
EasingLabel UnityEngine.GUIContent
HeaderButtonBackground Color
IMaxLabel UnityEngine.GUIContent
IMinLabel UnityEngine.GUIContent
InActiveBackground Color
KdLabel UnityEngine.GUIContent
KiLabel UnityEngine.GUIContent
KpLabel UnityEngine.GUIContent
ScalarLabel UnityEngine.GUIContent
UISkin UnityEngine.GUISkin
stockBackgroundGUIColor Color

Méthodes publiques

Méthode Description
customSkin ( ) : void
labPlusNumBox ( GUIContent labelText, string boxText, float labelWidth = 100, float boxWidth = 60 ) : double
labPlusNumBox ( string labelText, string boxText, float labelWidth = 100, float boxWidth = 60 ) : double

Draws a label and text box of specified widths with +/- 10% increment buttons. Returns the numeric value of the text box

numberEntryBox ( double old_val, bool &inc_dec_pressed, double inc = 1.0, string nFormat = ",0.0#####", float boxWidth = 60 ) : double
postMessage ( string message ) : void

Method Details

customSkin() public static méthode

public static customSkin ( ) : void
Résultat void

labPlusNumBox() public static méthode

public static labPlusNumBox ( GUIContent labelText, string boxText, float labelWidth = 100, float boxWidth = 60 ) : double
labelText UnityEngine.GUIContent
boxText string
labelWidth float
boxWidth float
Résultat double

labPlusNumBox() public static méthode

Draws a label and text box of specified widths with +/- 10% increment buttons. Returns the numeric value of the text box
public static labPlusNumBox ( string labelText, string boxText, float labelWidth = 100, float boxWidth = 60 ) : double
labelText string text for the label
boxText string number to display in text box
labelWidth float
boxWidth float
Résultat double

numberEntryBox() public static méthode

public static numberEntryBox ( double old_val, bool &inc_dec_pressed, double inc = 1.0, string nFormat = ",0.0#####", float boxWidth = 60 ) : double
old_val double
inc_dec_pressed bool
inc double
nFormat string
boxWidth float
Résultat double

postMessage() public static méthode

public static postMessage ( string message ) : void
message string
Résultat void

Property Details

ActiveBackground public_oe static_oe property

public static Color ActiveBackground
Résultat Color

DelayLabel public_oe static_oe property

public static GUIContent,UnityEngine DelayLabel
Résultat UnityEngine.GUIContent

EasingLabel public_oe static_oe property

public static GUIContent,UnityEngine EasingLabel
Résultat UnityEngine.GUIContent

HeaderButtonBackground public_oe static_oe property

public static Color HeaderButtonBackground
Résultat Color

IMaxLabel public_oe static_oe property

public static GUIContent,UnityEngine IMaxLabel
Résultat UnityEngine.GUIContent

IMinLabel public_oe static_oe property

public static GUIContent,UnityEngine IMinLabel
Résultat UnityEngine.GUIContent

InActiveBackground public_oe static_oe property

public static Color InActiveBackground
Résultat Color

KdLabel public_oe static_oe property

public static GUIContent,UnityEngine KdLabel
Résultat UnityEngine.GUIContent

KiLabel public_oe static_oe property

public static GUIContent,UnityEngine KiLabel
Résultat UnityEngine.GUIContent

KpLabel public_oe static_oe property

public static GUIContent,UnityEngine KpLabel
Résultat UnityEngine.GUIContent

ScalarLabel public_oe static_oe property

public static GUIContent,UnityEngine ScalarLabel
Résultat UnityEngine.GUIContent

UISkin public_oe static_oe property

public static GUISkin,UnityEngine UISkin
Résultat UnityEngine.GUISkin

stockBackgroundGUIColor public_oe static_oe property

public static Color stockBackgroundGUIColor
Résultat Color