Class SliderIntKey
Holds an int value in a range.
Assembly: Assembly-CSharp.dll
Syntax
public class SliderIntKey : Key<int>
Fields
|
Improve this Doc
View Source
Max
Declaration
Field Value
|
Improve this Doc
View Source
Min
Declaration
Field Value
Properties
|
Improve this Doc
View Source
KeyType
Declaration
public override KeyType KeyType { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Deserialize(String)
Declaration
protected override void Deserialize(string textValue)
Parameters
Type |
Name |
Description |
String |
textValue |
|
Overrides
DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key<System.Int32>.Deserialize(System.String)
|
Improve this Doc
View Source
IsValueEqual(Int32)
Declaration
protected override bool IsValueEqual(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
Returns
Overrides
DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key<System.Int32>.IsValueEqual(System.Int32)
|
Improve this Doc
View Source
OnRefreshWindow(BaseScreenComponent)
Declaration
public override void OnRefreshWindow(BaseScreenComponent control)
Parameters
Overrides
|
Improve this Doc
View Source
OnSaveWindow(BaseScreenComponent)
Declaration
public override void OnSaveWindow(BaseScreenComponent control)
Parameters
Overrides
|
Improve this Doc
View Source
OnWindow(ModSettingsWindow, Single, Single, ref Int32)
Declaration
public override BaseScreenComponent OnWindow(ModSettingsWindow window, float x, float y, ref int height)
Parameters
Returns
Overrides