OmegaEngine API  1.0.3
Public Member Functions | Properties | List of all members
OmegaEngine.Values.FloatRangeAttribute Class Reference

Stores the mimimum and maximum values allowed for a float field or property. Controls the behaviour of AngleEditor. More...

Inheritance diagram for OmegaEngine.Values.FloatRangeAttribute:

Public Member Functions

 FloatRangeAttribute (float minimum, float maximum)
 Creates a new float range attribute. More...
 

Properties

float Minimum [get]
 The minimum value the field or property may have. More...
 
float Maximum [get]
 The maximum value the field or property may have. More...
 

Detailed Description

Stores the mimimum and maximum values allowed for a float field or property. Controls the behaviour of AngleEditor.

Constructor & Destructor Documentation

◆ FloatRangeAttribute()

OmegaEngine.Values.FloatRangeAttribute.FloatRangeAttribute ( float  minimum,
float  maximum 
)
inline

Creates a new float range attribute.

Parameters
minimumThe minimum value the field or property may have.
maximumThe maximum value the field or property may have.

Property Documentation

◆ Maximum

float OmegaEngine.Values.FloatRangeAttribute.Maximum
get

The maximum value the field or property may have.

◆ Minimum

float OmegaEngine.Values.FloatRangeAttribute.Minimum
get

The minimum value the field or property may have.


The documentation for this class was generated from the following file: