C# Класс Kramax.Utility.GeneralUI

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Описание методов

customSkin() публичный статический Метод

public static customSkin ( ) : void
Результат void

labPlusNumBox() публичный статический Метод

public static labPlusNumBox ( GUIContent labelText, string boxText, float labelWidth = 100, float boxWidth = 60 ) : double
labelText UnityEngine.GUIContent
boxText string
labelWidth float
boxWidth float
Результат double

labPlusNumBox() публичный статический Метод

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
Результат double

numberEntryBox() публичный статический Метод

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
Результат double

postMessage() публичный статический Метод

public static postMessage ( string message ) : void
message string
Результат void

Описание свойств

ActiveBackground публичное статическое свойство

public static Color ActiveBackground
Результат Color

DelayLabel публичное статическое свойство

public static GUIContent,UnityEngine DelayLabel
Результат UnityEngine.GUIContent

EasingLabel публичное статическое свойство

public static GUIContent,UnityEngine EasingLabel
Результат UnityEngine.GUIContent

HeaderButtonBackground публичное статическое свойство

public static Color HeaderButtonBackground
Результат Color

IMaxLabel публичное статическое свойство

public static GUIContent,UnityEngine IMaxLabel
Результат UnityEngine.GUIContent

IMinLabel публичное статическое свойство

public static GUIContent,UnityEngine IMinLabel
Результат UnityEngine.GUIContent

InActiveBackground публичное статическое свойство

public static Color InActiveBackground
Результат Color

KdLabel публичное статическое свойство

public static GUIContent,UnityEngine KdLabel
Результат UnityEngine.GUIContent

KiLabel публичное статическое свойство

public static GUIContent,UnityEngine KiLabel
Результат UnityEngine.GUIContent

KpLabel публичное статическое свойство

public static GUIContent,UnityEngine KpLabel
Результат UnityEngine.GUIContent

ScalarLabel публичное статическое свойство

public static GUIContent,UnityEngine ScalarLabel
Результат UnityEngine.GUIContent

UISkin публичное статическое свойство

public static GUISkin,UnityEngine UISkin
Результат UnityEngine.GUISkin

stockBackgroundGUIColor публичное статическое свойство

public static Color stockBackgroundGUIColor
Результат Color