Able
Askowl Base Library Enabler
Askowl.RangeBoundsAttribute Class Reference

Used for Range variable in the Unity Editor to set the maximum bounds they can be set to More...

Inheritance diagram for Askowl.RangeBoundsAttribute:

Public Member Functions

 RangeBoundsAttribute (float min, float max)
 [SerializeField, RangeBounds(0, 999)] private Range distance = new Range(1, 999); More...
 

Properties

float Max [get]
 Used by RangeDrawer exclusively More...
 
float Min [get]
 Used by RangeDrawer exclusively More...
 

Detailed Description

Constructor & Destructor Documentation

◆ RangeBoundsAttribute()

Askowl.RangeBoundsAttribute.RangeBoundsAttribute ( float  min,
float  max 
)

Property Documentation

◆ Max

float Askowl.RangeBoundsAttribute.Max
get

Used by RangeDrawer exclusively

Definition at line 41 of file Range.cs.

◆ Min

float Askowl.RangeBoundsAttribute.Min
get

Used by RangeDrawer exclusively

Definition at line 44 of file Range.cs.


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