Property | Type | Description | |
---|---|---|---|
backgroundColor | Color | ||
knobSize | float | ||
min | float | ||
showValue | bool | ||
unit | string |
Method | Description | |
---|---|---|
AngleAttribute ( ) : UnityEngine | ||
AngleAttribute ( float min, float max ) : UnityEngine | ||
AngleAttribute ( float min, float max, string unit ) : UnityEngine | ||
AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine | ||
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor ) : UnityEngine | ||
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue ) : UnityEngine | ||
AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue, float knobSize ) : UnityEngine |
public AngleAttribute ( float min, float max ) : UnityEngine | ||
min | float | |
max | float | |
return | UnityEngine |
public AngleAttribute ( float min, float max, string unit ) : UnityEngine | ||
min | float | |
max | float | |
unit | string | |
return | UnityEngine |
public AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine | ||
min | float | |
max | float | |
unit | string | |
backgroundColor | Color | |
return | UnityEngine |
public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor ) : UnityEngine | ||
min | float | |
max | float | |
unit | string | |
backgroundColor | Color | |
activeColor | Color | |
return | UnityEngine |
public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue ) : UnityEngine | ||
min | float | |
max | float | |
unit | string | |
backgroundColor | Color | |
activeColor | Color | |
showValue | bool | |
return | UnityEngine |
public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor, bool showValue, float knobSize ) : UnityEngine | ||
min | float | |
max | float | |
unit | string | |
backgroundColor | Color | |
activeColor | Color | |
showValue | bool | |
knobSize | float | |
return | UnityEngine |