Megadocs 0.0.1
All of megapop's internal libraries
Megapop.PimpEdit.MinMaxIntSliderAttribute Class Reference
+ Inheritance diagram for Megapop.PimpEdit.MinMaxIntSliderAttribute:

Public Member Functions

 MinMaxIntSliderAttribute ()
 
 MinMaxIntSliderAttribute (int min, int max)
 

Properties

bool ShowInput = true [get, set]
 Set to false to hide input fields. More...
 
int Min [get, set]
 Minimum value More...
 
int Max = 100 [get, set]
 Maximum value. More...
 
float InputWidth = 0f [get, set]
 Width of the input field. Leave at 0 to use Unity default field width. More...
 
IntRange Range [get]
 The min and max values represented as a intRange. More...
 

Constructor & Destructor Documentation

◆ MinMaxIntSliderAttribute() [1/2]

◆ MinMaxIntSliderAttribute() [2/2]

Property Documentation

◆ InputWidth

float Megapop.PimpEdit.MinMaxIntSliderAttribute.InputWidth = 0f
getset

Width of the input field. Leave at 0 to use Unity default field width.

◆ Max

int Megapop.PimpEdit.MinMaxIntSliderAttribute.Max = 100
getset

Maximum value.

◆ Min

int Megapop.PimpEdit.MinMaxIntSliderAttribute.Min
getset

Minimum value

◆ Range

IntRange Megapop.PimpEdit.MinMaxIntSliderAttribute.Range
get

The min and max values represented as a intRange.

◆ ShowInput

bool Megapop.PimpEdit.MinMaxIntSliderAttribute.ShowInput = true
getset

Set to false to hide input fields.


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