C# Class AngleAttribute, property-drawer-collection

Inheritance: PropertyAttribute
Datei anzeigen 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_oe property

public Color backgroundColor
return Color

knobSize public_oe property

public float knobSize
return float

min public_oe property

public float min
return float

showValue public_oe property

public bool showValue
return bool

unit public_oe property

public string unit
return string