C# Class AngleAttribute, property-drawer-collection

Inheritance: PropertyAttribute
Afficher le fichier Open project: anchan828/property-drawer-collection

Méthodes publiques

Свойство Type Description
backgroundColor Color
knobSize float
min float
showValue bool
unit string

Méthodes publiques

Méthode 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 méthode

public AngleAttribute ( ) : UnityEngine
Résultat UnityEngine

AngleAttribute() public méthode

public AngleAttribute ( float min, float max ) : UnityEngine
min float
max float
Résultat UnityEngine

AngleAttribute() public méthode

public AngleAttribute ( float min, float max, string unit ) : UnityEngine
min float
max float
unit string
Résultat UnityEngine

AngleAttribute() public méthode

public AngleAttribute ( float min, float max, string unit, Color backgroundColor ) : UnityEngine
min float
max float
unit string
backgroundColor Color
Résultat UnityEngine

AngleAttribute() public méthode

public AngleAttribute ( float min, float max, string unit, Color backgroundColor, Color activeColor ) : UnityEngine
min float
max float
unit string
backgroundColor Color
activeColor Color
Résultat UnityEngine

AngleAttribute() public méthode

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
Résultat UnityEngine

AngleAttribute() public méthode

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
Résultat UnityEngine

Property Details

backgroundColor public_oe property

public Color backgroundColor
Résultat Color

knobSize public_oe property

public float knobSize
Résultat float

min public_oe property

public float min
Résultat float

showValue public_oe property

public bool showValue
Résultat bool

unit public_oe property

public string unit
Résultat string