HKI Core
Public Member Functions | Public Attributes | List of all members
HKI.Core.Variables.MinMaxRangeAttribute Class Reference

This Attribute is for having the use of a special property drawer. In this case for the use of a value that has to be between a min and a max value. More...

Inheritance diagram for HKI.Core.Variables.MinMaxRangeAttribute:

Public Member Functions

 MinMaxRangeAttribute (float minLimit, float maxLimit)
 

Public Attributes

float MinLimit = -1.0f
 
float MaxLimit = 1.0f
 

Detailed Description

This Attribute is for having the use of a special property drawer. In this case for the use of a value that has to be between a min and a max value.

Definition at line 8 of file MinMaxRangeAttribute.cs.

Constructor & Destructor Documentation

◆ MinMaxRangeAttribute()

HKI.Core.Variables.MinMaxRangeAttribute.MinMaxRangeAttribute ( float  minLimit,
float  maxLimit 
)
inline

Definition at line 14 of file MinMaxRangeAttribute.cs.

Member Data Documentation

◆ MaxLimit

float HKI.Core.Variables.MinMaxRangeAttribute.MaxLimit = 1.0f

Definition at line 12 of file MinMaxRangeAttribute.cs.

◆ MinLimit

float HKI.Core.Variables.MinMaxRangeAttribute.MinLimit = -1.0f

Definition at line 11 of file MinMaxRangeAttribute.cs.


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