Property | Type | Description | |
---|---|---|---|
labelWidth | float | ||
whiteTexture | Texture2D |
Method | Description | |
---|---|---|
SelectionEnum ( object v, string name, System enumType ) : object | ||
getWhiteTexture ( ) : |
||
inputValue ( float p, string name ) : float | ||
inputValue ( int p, string name ) : int | ||
inputWithValue ( float &p, string name ) : void | ||
inputWithValue ( int &p, string name ) : void | ||
slider ( float p, string name, float min, float max ) : float | ||
slider ( int p, string name, int min, int max ) : int | ||
sliderAndEditableValue ( float p, string name, float min, float max ) : float | ||
sliderAndEditableValue ( float p, string name, float min, float max, string format ) : float | ||
sliderWithValue ( float &p, string name, float min, float max ) : void | ||
sliderWithValue ( int &p, string name, int min, int max ) : void | ||
sliderWithValueReadOnly ( float p, string name, float min, float max ) : void | ||
toggle ( bool p, string name ) : bool | ||
toggleWithValue ( bool &p, string name ) : void | ||
toggleWithValueReadOnly ( bool p, string name ) : void | ||
valueWithLabelReadOnly ( float p, string name ) : void |
public static SelectionEnum ( object v, string name, System enumType ) : object | ||
v | object | |
name | string | |
enumType | System | |
return | object |
public static getWhiteTexture ( ) : |
||
return |
public static inputValue ( float p, string name ) : float | ||
p | float | |
name | string | |
return | float |
public static inputValue ( int p, string name ) : int | ||
p | int | |
name | string | |
return | int |
public static inputWithValue ( float &p, string name ) : void | ||
p | float | |
name | string | |
return | void |
public static inputWithValue ( int &p, string name ) : void | ||
p | int | |
name | string | |
return | void |
public static slider ( float p, string name, float min, float max ) : float | ||
p | float | |
name | string | |
min | float | |
max | float | |
return | float |
public static slider ( int p, string name, int min, int max ) : int | ||
p | int | |
name | string | |
min | int | |
max | int | |
return | int |
public static sliderAndEditableValue ( float p, string name, float min, float max ) : float | ||
p | float | |
name | string | |
min | float | |
max | float | |
return | float |
public static sliderAndEditableValue ( float p, string name, float min, float max, string format ) : float | ||
p | float | |
name | string | |
min | float | |
max | float | |
format | string | |
return | float |
public static sliderWithValue ( float &p, string name, float min, float max ) : void | ||
p | float | |
name | string | |
min | float | |
max | float | |
return | void |
public static sliderWithValue ( int &p, string name, int min, int max ) : void | ||
p | int | |
name | string | |
min | int | |
max | int | |
return | void |
public static sliderWithValueReadOnly ( float p, string name, float min, float max ) : void | ||
p | float | |
name | string | |
min | float | |
max | float | |
return | void |
public static toggle ( bool p, string name ) : bool | ||
p | bool | |
name | string | |
return | bool |
public static toggleWithValue ( bool &p, string name ) : void | ||
p | bool | |
name | string | |
return | void |
public static toggleWithValueReadOnly ( bool p, string name ) : void | ||
p | bool | |
name | string | |
return | void |
public static valueWithLabelReadOnly ( float p, string name ) : void | ||
p | float | |
name | string | |
return | void |