C# Class FPD_MinMaxSliderAttribute, CarPG

Inheritance: PropertyAttribute
Afficher le fichier Open project: mxo9722/CarPG Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxValue float
MinValue float

Méthodes publiques

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

Method Details

FPD_MinMaxSliderAttribute() public méthode

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

Property Details

MaxValue public_oe property

public float MaxValue
Résultat float

MinValue public_oe property

public float MinValue
Résultat float