C# Class RangedFloatAttribute, unity-development-tools

Inheritance: Attribute
Afficher le fichier Open project: heisarzola/Unity-Development-Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
max float
min float
rangeDisplayType RangeDisplayType

Méthodes publiques

Méthode Description
RangedFloatAttribute ( float min, float max, RangeDisplayType rangeDisplayType = RangeDisplayType.LockedRanges ) : UnityEngine

Method Details

RangedFloatAttribute() public méthode

public RangedFloatAttribute ( float min, float max, RangeDisplayType rangeDisplayType = RangeDisplayType.LockedRanges ) : UnityEngine
min float
max float
rangeDisplayType RangeDisplayType
Résultat UnityEngine

Property Details

max public_oe property

public float max
Résultat float

min public_oe property

public float min
Résultat float

rangeDisplayType public_oe property

public RangeDisplayType rangeDisplayType
Résultat RangeDisplayType