C# Class AngleAttribute, property-drawer-collection

Inheritance: PropertyAttribute
Show file Open project: anchan828/property-drawer-collection

Public Properties

Property Type Description
backgroundColor Color
knobSize float
min float
showValue bool
unit string

Public Methods

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

Method Details

AngleAttribute() public method

public AngleAttribute ( ) : UnityEngine
return UnityEngine

AngleAttribute() public method

public AngleAttribute ( float min, float max ) : UnityEngine
min float
max float
return UnityEngine

AngleAttribute() public method

public AngleAttribute ( float min, float max, string unit ) : UnityEngine
min float
max float
unit string
return UnityEngine

AngleAttribute() public method

public AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine
min float
max float
unit string
backgroundColor Color
return UnityEngine

AngleAttribute() public method

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

AngleAttribute() public method

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

AngleAttribute() public method

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

Property Details

backgroundColor public property

public Color backgroundColor
return Color

knobSize public property

public float knobSize
return float

min public property

public float min
return float

showValue public property

public bool showValue
return bool

unit public property

public string unit
return string