C# Class FullInspector.InspectorRangeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
Max float
Min float
Step float

Méthodes publiques

Méthode Description
InspectorRangeAttribute ( float min, float max, float step = float.NaN ) : System

Method Details

InspectorRangeAttribute() public méthode

public InspectorRangeAttribute ( float min, float max, float step = float.NaN ) : System
min float
max float
step float
Résultat System

Property Details

Max public_oe property

The maximum value.
public float Max
Résultat float

Min public_oe property

The minimum value.
public float Min
Résultat float

Step public_oe property

The step to use. This is optional.
public float Step
Résultat float