Show / Hide Table of Contents

Class TupleFloatKey

Holds two float values.

Inheritance
Object
Key
Key<Tuple<Single, Single>>
TupleFloatKey
Inherited Members
Key<Tuple<Single, Single>>.Value
Key<Tuple<Single, Single>>.TextValue
Key<Tuple<Single, Single>>.ToObject()
Key<Tuple<Single, Single>>.OnSaveWindow(BaseScreenComponent, Boolean)
Key<Tuple<Single, Single>>.IsValueEqual(Tuple<Single, Single>)
Key<Tuple<Single, Single>>.Serialize()
Key<Tuple<Single, Single>>.Deserialize(String)
Key.Name
Key.Description
Key.TextValue
Key.ToObject()
Key.OnSaveWindow(BaseScreenComponent, Boolean)
Key.Make(KeyType)
Key.Join<T>(T[])
Key.TrySplit<T>(String, Int32, T[])
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
public class TupleFloatKey : Key<Tuple<float, float>>

Properties

| Improve this Doc View Source

KeyType

Declaration
public override KeyType KeyType { get; }
Property Value
Type Description
KeyType
Overrides
Key.KeyType

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<DaggerfallWorkshop.Utility.Tuple<System.Single, System.Single>>.Deserialize(System.String)
| Improve this Doc View Source

IsValueEqual(Tuple<Single, Single>)

Declaration
protected override bool IsValueEqual(Tuple<float, float> value)
Parameters
Type Name Description
Tuple<Single, Single> value
Returns
Type Description
Boolean
Overrides
DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key<DaggerfallWorkshop.Utility.Tuple<System.Single, System.Single>>.IsValueEqual(DaggerfallWorkshop.Utility.Tuple<System.Single, System.Single>)
| Improve this Doc View Source

OnRefreshWindow(BaseScreenComponent)

Declaration
public override void OnRefreshWindow(BaseScreenComponent control)
Parameters
Type Name Description
BaseScreenComponent control
Overrides
Key.OnRefreshWindow(BaseScreenComponent)
| Improve this Doc View Source

OnSaveWindow(BaseScreenComponent)

Declaration
public override void OnSaveWindow(BaseScreenComponent control)
Parameters
Type Name Description
BaseScreenComponent control
Overrides
Key.OnSaveWindow(BaseScreenComponent)
| 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
Type Name Description
ModSettingsWindow window
Single x
Single y
Int32 height
Returns
Type Description
BaseScreenComponent
Overrides
Key.OnWindow(ModSettingsWindow, Single, Single, ref Int32)
| Improve this Doc View Source

Serialize()

Declaration
protected override string Serialize()
Returns
Type Description
String
Overrides
DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.Key<DaggerfallWorkshop.Utility.Tuple<System.Single, System.Single>>.Serialize()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX