Свойство | Type | Description | |
---|---|---|---|
HasChanged | bool | ||
_DefaultWidth | int |
Méthode | Description | |
---|---|---|
DoButton ( GUIContent content, bool enabled, bool expand ) : bool | ||
DoButton ( string text, string tooltip, bool enabled ) : bool | ||
DoColorField ( string text, string tooltip, Color value ) : Color | ||
DoCurve ( string text, string tooltip, |
||
DoEditorEvent ( string text, string tooltip, MBSendMessageTarget, smEvent ) : MBSendMessageTarget, | ||
DoEnumField ( string text, string tooltip, System value ) : |
||
DoFloatField ( string text, string tooltip, float value ) : float | ||
DoFloatField ( string text, string tooltip, float value, bool round ) : float | ||
DoFloatFieldSmall ( GUIContent content, float value, bool round ) : float | ||
DoFloatFieldSmall ( string text, string tooltip, float value ) : float | ||
DoFloatSlider ( string text, string tooltip, float value, float min, float max ) : float | ||
DoFloatSliderSmall ( GUIContent content, float value, float min, float max ) : float | ||
DoHeader ( string caption ) : void | ||
DoIntField ( string text, string tooltip, int value ) : int | ||
DoIntFieldSmall ( string text, string tooltip, int value ) : int | ||
DoLabel ( GUIContent content ) : void | ||
DoLabel ( string text ) : void | ||
DoLabel ( string text, int width, bool bold ) : void | ||
DoLabelButton ( GUIContent content, bool enabled ) : bool | ||
DoLabelButton ( GUIContent content, int width, bool enabled ) : bool | ||
DoLayerMask ( string text, string tooltip, LayerMask mask ) : LayerMask | ||
DoMinMax ( string text, string tooltip, float &minValue, float &maxValue, float min, float max ) : void | ||
DoObjectField ( string text, string tooltip, Object obj, System objtype ) : Object | ||
DoTextField ( string text, string tooltip, string value ) : string | ||
DoToggle ( Texture tex, string tooltip, bool value, bool &hasChanged ) : bool | ||
DoToggle ( string text, string tooltip, bool value ) : bool | ||
DoToggle ( string text, string tooltip, bool value, bool &hasChanged ) : bool | ||
DoToggleButton ( GUIContent content, bool value ) : bool | ||
DoVector2Field ( string text, Vector2 value ) : Vector2 | ||
DoVector3Array ( string text, Vector3 points, bool isPolygon, bool &folderopen ) : Vector3[] | ||
DoVector3Field ( string text, Vector3 value ) : Vector3 | ||
LimitCurveValue ( |
public static DoButton ( GUIContent content, bool enabled, bool expand ) : bool | ||
content | GUIContent | |
enabled | bool | |
expand | bool | |
Résultat | bool |
public static DoButton ( string text, string tooltip, bool enabled ) : bool | ||
text | string | |
tooltip | string | |
enabled | bool | |
Résultat | bool |
public static DoColorField ( string text, string tooltip, Color value ) : Color | ||
text | string | |
tooltip | string | |
value | Color | |
Résultat | Color |
public static DoCurve ( string text, string tooltip, |
||
text | string | |
tooltip | string | |
curve | ||
init0 | float | |
init1 | float | |
Résultat |
public static DoEditorEvent ( string text, string tooltip, MBSendMessageTarget, smEvent ) : MBSendMessageTarget, | ||
text | string | |
tooltip | string | |
smEvent | MBSendMessageTarget, | |
Résultat | MBSendMessageTarget, |
public static DoEnumField ( string text, string tooltip, System value ) : |
||
text | string | |
tooltip | string | |
value | System | |
Résultat |
public static DoFloatField ( string text, string tooltip, float value ) : float | ||
text | string | |
tooltip | string | |
value | float | |
Résultat | float |
public static DoFloatField ( string text, string tooltip, float value, bool round ) : float | ||
text | string | |
tooltip | string | |
value | float | |
round | bool | |
Résultat | float |
public static DoFloatFieldSmall ( GUIContent content, float value, bool round ) : float | ||
content | GUIContent | |
value | float | |
round | bool | |
Résultat | float |
public static DoFloatFieldSmall ( string text, string tooltip, float value ) : float | ||
text | string | |
tooltip | string | |
value | float | |
Résultat | float |
public static DoFloatSlider ( string text, string tooltip, float value, float min, float max ) : float | ||
text | string | |
tooltip | string | |
value | float | |
min | float | |
max | float | |
Résultat | float |
public static DoFloatSliderSmall ( GUIContent content, float value, float min, float max ) : float | ||
content | GUIContent | |
value | float | |
min | float | |
max | float | |
Résultat | float |
public static DoHeader ( string caption ) : void | ||
caption | string | |
Résultat | void |
public static DoIntField ( string text, string tooltip, int value ) : int | ||
text | string | |
tooltip | string | |
value | int | |
Résultat | int |
public static DoIntFieldSmall ( string text, string tooltip, int value ) : int | ||
text | string | |
tooltip | string | |
value | int | |
Résultat | int |
public static DoLabel ( GUIContent content ) : void | ||
content | GUIContent | |
Résultat | void |
public static DoLabel ( string text ) : void | ||
text | string | |
Résultat | void |
public static DoLabel ( string text, int width, bool bold ) : void | ||
text | string | |
width | int | |
bold | bool | |
Résultat | void |
public static DoLabelButton ( GUIContent content, bool enabled ) : bool | ||
content | GUIContent | |
enabled | bool | |
Résultat | bool |
public static DoLabelButton ( GUIContent content, int width, bool enabled ) : bool | ||
content | GUIContent | |
width | int | |
enabled | bool | |
Résultat | bool |
public static DoLayerMask ( string text, string tooltip, LayerMask mask ) : LayerMask | ||
text | string | |
tooltip | string | |
mask | LayerMask | |
Résultat | LayerMask |
public static DoMinMax ( string text, string tooltip, float &minValue, float &maxValue, float min, float max ) : void | ||
text | string | |
tooltip | string | |
minValue | float | |
maxValue | float | |
min | float | |
max | float | |
Résultat | void |
public static DoObjectField ( string text, string tooltip, Object obj, System objtype ) : Object | ||
text | string | |
tooltip | string | |
obj | Object | |
objtype | System | |
Résultat | Object |
public static DoTextField ( string text, string tooltip, string value ) : string | ||
text | string | |
tooltip | string | |
value | string | |
Résultat | string |
public static DoToggle ( Texture tex, string tooltip, bool value, bool &hasChanged ) : bool | ||
tex | Texture | |
tooltip | string | |
value | bool | |
hasChanged | bool | |
Résultat | bool |
public static DoToggle ( string text, string tooltip, bool value ) : bool | ||
text | string | |
tooltip | string | |
value | bool | |
Résultat | bool |
public static DoToggle ( string text, string tooltip, bool value, bool &hasChanged ) : bool | ||
text | string | |
tooltip | string | |
value | bool | |
hasChanged | bool | |
Résultat | bool |
public static DoToggleButton ( GUIContent content, bool value ) : bool | ||
content | GUIContent | |
value | bool | |
Résultat | bool |
public static DoVector2Field ( string text, Vector2 value ) : Vector2 | ||
text | string | |
value | Vector2 | |
Résultat | Vector2 |
public static DoVector3Array ( string text, Vector3 points, bool isPolygon, bool &folderopen ) : Vector3[] | ||
text | string | |
points | Vector3 | |
isPolygon | bool | |
folderopen | bool | |
Résultat | Vector3[] |
public static DoVector3Field ( string text, Vector3 value ) : Vector3 | ||
text | string | |
value | Vector3 | |
Résultat | Vector3 |
public static LimitCurveValue ( |
||
curve | ||
min | float | |
max | float | |
Résultat | void |