C# Class esm.MCM_MountainTemp

Inheritance: ModConfigurationMenu
Show file Open project: ForsakenShell/Es-Small-Mods

Public Methods

Method Description
DoWindowContents ( Rect rect ) : float
ExposeData ( ) : void

Private Methods

Method Description
DoLabel ( Rect rect, string label ) : void
DoRadio ( Rect rect, bool &value, string labelKey, string temp = "" ) : void
DoSlider ( Rect rect, float &value, string labelKey, float min, float max, float setMax = float.MinValue, float setMin = float.MaxValue ) : void

Method Details

DoWindowContents() public method

public DoWindowContents ( Rect rect ) : float
rect UnityEngine.Rect
return float

ExposeData() public method

public ExposeData ( ) : void
return void