C# Class Framework.MinMaxRangeAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: BentouDev/Unity3DFramework

Méthodes publiques

Свойство Type Description
MaxLimit float
MinLimit float
ShowDebugValues bool
ShowEditRange bool

Méthodes publiques

Méthode Description
MinMaxRangeAttribute ( int min, int max ) : UnityEngine

Method Details

MinMaxRangeAttribute() public méthode

public MinMaxRangeAttribute ( int min, int max ) : UnityEngine
min int
max int
Résultat UnityEngine

Property Details

MaxLimit public_oe property

public float MaxLimit
Résultat float

MinLimit public_oe property

public float MinLimit
Résultat float

ShowDebugValues public_oe property

public bool ShowDebugValues
Résultat bool

ShowEditRange public_oe property

public bool ShowEditRange
Résultat bool