C# Class FPD_MinMaxSliderAttribute, CarPG

Inheritance: PropertyAttribute
Mostrar archivo Open project: mxo9722/CarPG Class Usage Examples

Public Properties

Property Type Description
MaxValue float
MinValue float

Public Methods

Method Description
FPD_MinMaxSliderAttribute ( int min, int max ) : UnityEngine

Method Details

FPD_MinMaxSliderAttribute() public method

public FPD_MinMaxSliderAttribute ( int min, int max ) : UnityEngine
min int
max int
return UnityEngine

Property Details

MaxValue public_oe property

public float MaxValue
return float

MinValue public_oe property

public float MinValue
return float