2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Options
commentId : T:TinyLife.Options
id : Options
parent : TinyLife
children :
- TinyLife.Options.Apply
- TinyLife.Options.AutoSaveIntervalSeconds
- TinyLife.Options.BrightnessIncrease
- TinyLife.Options.CameraRotation
- TinyLife.Options.CopyFurnitureKeybind
2021-08-30 20:44:32 +02:00
- TinyLife.Options.DecreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
- TinyLife.Options.DisplayedHints
- TinyLife.Options.Fullscreen
- TinyLife.Options.GameSpeeds
- TinyLife.Options.HideHangingObjects
2021-08-30 20:44:32 +02:00
- TinyLife.Options.IncreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
- TinyLife.Options.Instance
- TinyLife.Options.InteractKeybind
- TinyLife.Options.Keybinds
- TinyLife.Options.KeyboardLighting
- TinyLife.Options.Language
- TinyLife.Options.MoveCameraKeybind
- TinyLife.Options.PauseGameKeybind
- TinyLife.Options.RotateCameraKeybind
- TinyLife.Options.RotateKeybind
2021-10-19 22:59:46 +02:00
- TinyLife.Options.RoundCameraPosition
2021-08-04 06:51:12 +02:00
- TinyLife.Options.Save
2021-08-30 20:44:32 +02:00
- TinyLife.Options.ScreenshotKeybind
2021-08-04 06:51:12 +02:00
- TinyLife.Options.SellHeldObjectKeybind
2022-01-01 17:06:03 +01:00
- TinyLife.Options.SoundscapeVolume
2021-08-04 06:51:12 +02:00
- TinyLife.Options.SoundVolume
- TinyLife.Options.SpeechVolume
- TinyLife.Options.StingVolume
- TinyLife.Options.StoreInHouseholdKeybind
- TinyLife.Options.SwitchPersonKeybind
2021-11-23 16:24:04 +01:00
- TinyLife.Options.UiAnimations
2021-08-04 06:51:12 +02:00
- TinyLife.Options.UiScale
- TinyLife.Options.VSync
- TinyLife.Options.WallDisplays
- TinyLife.Options.WallMode
- TinyLife.Options.WorldSoundVolume
2021-11-23 16:24:04 +01:00
- TinyLife.Options.ZoomInKeybind
- TinyLife.Options.ZoomOutKeybind
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Options
nameWithType : Options
fullName : TinyLife.Options
type : Class
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Options
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 29
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2021-11-23 16:24:04 +01:00
summary : "\nThe game's options, which are displayed in the <xref href=\"TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> menu and saved to disk\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataContract]
2021-11-23 16:24:04 +01:00
public class Options : JsonTypeSafeGenericDataHolder, IGenericDataHolder
2021-08-04 06:51:12 +02:00
content.vb : >-
<DataContract>
Public Class Options
2021-11-23 16:24:04 +01:00
Inherits JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
Implements IGenericDataHolder
inheritance :
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Options.TinyLife.Utilities.Extensions.JsonCopy``1
attributes :
- type : System.Runtime.Serialization.DataContractAttribute
ctor : System.Runtime.Serialization.DataContractAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- class
modifiers.vb :
- Public
- Class
- uid : TinyLife.Options.WallDisplays
commentId : F:TinyLife.Options.WallDisplays
id : WallDisplays
parent : TinyLife.Options
langs :
- csharp
- vb
name : WallDisplays
nameWithType : Options.WallDisplays
fullName : TinyLife.Options.WallDisplays
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WallDisplays
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 35
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nAn array of all defined <xref href=\"TinyLife.WallDisplay\" data-throw-if-not-resolved=\"false\"></xref> values\n"
example : [ ]
syntax :
content : public static readonly WallDisplay[] WallDisplays
return :
type : TinyLife.WallDisplay[]
content.vb : Public Shared ReadOnly WallDisplays As WallDisplay()
modifiers.csharp :
- public
- static
- readonly
modifiers.vb :
- Public
- Shared
- ReadOnly
- uid : TinyLife.Options.GameSpeeds
commentId : F:TinyLife.Options.GameSpeeds
id : GameSpeeds
parent : TinyLife.Options
langs :
- csharp
- vb
name : GameSpeeds
nameWithType : Options.GameSpeeds
fullName : TinyLife.Options.GameSpeeds
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GameSpeeds
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 39
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nAn array of all defined <xref href=\"TinyLife.GameSpeed\" data-throw-if-not-resolved=\"false\"></xref> values\n"
example : [ ]
syntax :
content : public static readonly GameSpeed[] GameSpeeds
return :
type : TinyLife.GameSpeed[]
content.vb : Public Shared ReadOnly GameSpeeds As GameSpeed()
modifiers.csharp :
- public
- static
- readonly
modifiers.vb :
- Public
- Shared
- ReadOnly
- uid : TinyLife.Options.Keybinds
commentId : F:TinyLife.Options.Keybinds
id : Keybinds
parent : TinyLife.Options
langs :
- csharp
- vb
name : Keybinds
nameWithType : Options.Keybinds
fullName : TinyLife.Options.Keybinds
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Keybinds
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 43
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nAn array that contains all of the fields of type <xref href=\"MLEM.Input.Keybind\" data-throw-if-not-resolved=\"false\"></xref> in the <xref href=\"TinyLife.Options\" data-throw-if-not-resolved=\"false\"></xref> class\n"
example : [ ]
syntax :
content : public static readonly FieldInfo[] Keybinds
return :
type : System.Reflection.FieldInfo[]
content.vb : Public Shared ReadOnly Keybinds As FieldInfo()
modifiers.csharp :
- public
- static
- readonly
modifiers.vb :
- Public
- Shared
- ReadOnly
- uid : TinyLife.Options.Instance
commentId : P:TinyLife.Options.Instance
id : Instance
parent : TinyLife.Options
langs :
- csharp
- vb
name : Instance
nameWithType : Options.Instance
fullName : TinyLife.Options.Instance
type : Property
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Instance
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 47
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe static singleton instance of <xref href=\"TinyLife.Options\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public static Options Instance { get; }
parameters : [ ]
return :
type : TinyLife.Options
content.vb : Public Shared ReadOnly Property Instance As Options
overload : TinyLife.Options.Instance*
modifiers.csharp :
- public
- static
- get
modifiers.vb :
- Public
- Shared
- ReadOnly
- uid : TinyLife.Options.InteractKeybind
commentId : F:TinyLife.Options.InteractKeybind
id : InteractKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : InteractKeybind
nameWithType : Options.InteractKeybind
fullName : TinyLife.Options.InteractKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : InteractKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 51
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind InteractKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly InteractKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.MoveCameraKeybind
commentId : F:TinyLife.Options.MoveCameraKeybind
id : MoveCameraKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : MoveCameraKeybind
nameWithType : Options.MoveCameraKeybind
fullName : TinyLife.Options.MoveCameraKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : MoveCameraKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 53
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind MoveCameraKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly MoveCameraKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.CopyFurnitureKeybind
commentId : F:TinyLife.Options.CopyFurnitureKeybind
id : CopyFurnitureKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : CopyFurnitureKeybind
nameWithType : Options.CopyFurnitureKeybind
fullName : TinyLife.Options.CopyFurnitureKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : CopyFurnitureKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 55
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind CopyFurnitureKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly CopyFurnitureKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.StoreInHouseholdKeybind
commentId : F:TinyLife.Options.StoreInHouseholdKeybind
id : StoreInHouseholdKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : StoreInHouseholdKeybind
nameWithType : Options.StoreInHouseholdKeybind
fullName : TinyLife.Options.StoreInHouseholdKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : StoreInHouseholdKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 57
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind StoreInHouseholdKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly StoreInHouseholdKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.RotateKeybind
commentId : F:TinyLife.Options.RotateKeybind
id : RotateKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : RotateKeybind
nameWithType : Options.RotateKeybind
fullName : TinyLife.Options.RotateKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : RotateKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 59
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind RotateKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly RotateKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.SwitchPersonKeybind
commentId : F:TinyLife.Options.SwitchPersonKeybind
id : SwitchPersonKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : SwitchPersonKeybind
nameWithType : Options.SwitchPersonKeybind
fullName : TinyLife.Options.SwitchPersonKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : SwitchPersonKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 61
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind SwitchPersonKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly SwitchPersonKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.PauseGameKeybind
commentId : F:TinyLife.Options.PauseGameKeybind
id : PauseGameKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : PauseGameKeybind
nameWithType : Options.PauseGameKeybind
fullName : TinyLife.Options.PauseGameKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : PauseGameKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 63
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind PauseGameKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly PauseGameKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Options.IncreaseSpeedKeybind
commentId : F:TinyLife.Options.IncreaseSpeedKeybind
id : IncreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
parent : TinyLife.Options
langs :
- csharp
- vb
2021-08-30 20:44:32 +02:00
name : IncreaseSpeedKeybind
nameWithType : Options.IncreaseSpeedKeybind
fullName : TinyLife.Options.IncreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id : IncreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 65
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
2021-08-30 20:44:32 +02:00
public readonly Keybind IncreaseSpeedKeybind
2021-08-04 06:51:12 +02:00
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
2021-08-30 20:44:32 +02:00
Public ReadOnly IncreaseSpeedKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.DecreaseSpeedKeybind
commentId : F:TinyLife.Options.DecreaseSpeedKeybind
id : DecreaseSpeedKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : DecreaseSpeedKeybind
nameWithType : Options.DecreaseSpeedKeybind
fullName : TinyLife.Options.DecreaseSpeedKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id : DecreaseSpeedKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 67
2021-08-30 20:44:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind DecreaseSpeedKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly DecreaseSpeedKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.ScreenshotKeybind
commentId : F:TinyLife.Options.ScreenshotKeybind
id : ScreenshotKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : ScreenshotKeybind
nameWithType : Options.ScreenshotKeybind
fullName : TinyLife.Options.ScreenshotKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id : ScreenshotKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 69
2021-08-30 20:44:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind ScreenshotKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly ScreenshotKeybind As Keybind
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.SellHeldObjectKeybind
commentId : F:TinyLife.Options.SellHeldObjectKeybind
id : SellHeldObjectKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : SellHeldObjectKeybind
nameWithType : Options.SellHeldObjectKeybind
fullName : TinyLife.Options.SellHeldObjectKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : SellHeldObjectKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 71
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind SellHeldObjectKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly SellHeldObjectKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.RotateCameraKeybind
commentId : F:TinyLife.Options.RotateCameraKeybind
id : RotateCameraKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : RotateCameraKeybind
nameWithType : Options.RotateCameraKeybind
fullName : TinyLife.Options.RotateCameraKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : RotateCameraKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 73
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind RotateCameraKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly RotateCameraKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Options.ZoomInKeybind
commentId : F:TinyLife.Options.ZoomInKeybind
id : ZoomInKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : ZoomInKeybind
nameWithType : Options.ZoomInKeybind
fullName : TinyLife.Options.ZoomInKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : ZoomInKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 75
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind ZoomInKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly ZoomInKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.ZoomOutKeybind
commentId : F:TinyLife.Options.ZoomOutKeybind
id : ZoomOutKeybind
parent : TinyLife.Options
langs :
- csharp
- vb
name : ZoomOutKeybind
nameWithType : Options.ZoomOutKeybind
fullName : TinyLife.Options.ZoomOutKeybind
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : ZoomOutKeybind
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 77
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : >-
[ DataMember]
public readonly Keybind ZoomOutKeybind
return :
type : MLEM.Input.Keybind
content.vb : >-
<DataMember>
Public ReadOnly ZoomOutKeybind As Keybind
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Options.DisplayedHints
commentId : F:TinyLife.Options.DisplayedHints
id : DisplayedHints
parent : TinyLife.Options
langs :
- csharp
- vb
name : DisplayedHints
nameWithType : Options.DisplayedHints
fullName : TinyLife.Options.DisplayedHints
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DisplayedHints
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 84
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe <xref href=\"TinyLife.Uis.InGameHint\" data-throw-if-not-resolved=\"false\"></xref> objects that have already been displayed\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly HashSet<InGameHint> DisplayedHints
return :
type : System.Collections.Generic.HashSet{TinyLife.Uis.InGameHint}
content.vb : >-
<DataMember>
Public ReadOnly DisplayedHints As HashSet(Of InGameHint)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Options.WallMode
commentId : P:TinyLife.Options.WallMode
id : WallMode
parent : TinyLife.Options
langs :
- csharp
- vb
name : WallMode
nameWithType : Options.WallMode
fullName : TinyLife.Options.WallMode
type : Property
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WallMode
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 92
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe currently selected <xref href=\"TinyLife.Options.WallMode\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this value does not always return the wall mode that has been selected by the user:\nIf <xref href=\"TinyLife.GameImpl.Mode\" data-throw-if-not-resolved=\"false\"></xref> is <xref href=\"TinyLife.GameImpl.GameMode.SelectHousehold\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.WallDisplay.Roofs\" data-throw-if-not-resolved=\"false\"></xref> is returned.\nIf the <xref href=\"TinyLife.GameImpl.CurrentTool\" data-throw-if-not-resolved=\"false\"></xref> overrides <xref href=\"TinyLife.Tools.Tool.ForceWallsUp\" data-throw-if-not-resolved=\"false\"></xref>, that value is returned.\n"
example : [ ]
syntax :
content : public WallDisplay WallMode { get; set; }
parameters : [ ]
return :
type : TinyLife.WallDisplay
content.vb : Public Property WallMode As WallDisplay
overload : TinyLife.Options.WallMode*
modifiers.csharp :
- public
- get
- set
modifiers.vb :
- Public
- uid : TinyLife.Options.Fullscreen
commentId : F:TinyLife.Options.Fullscreen
id : Fullscreen
parent : TinyLife.Options
langs :
- csharp
- vb
name : Fullscreen
nameWithType : Options.Fullscreen
fullName : TinyLife.Options.Fullscreen
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Fullscreen
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 107
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nWhether the game is currently in fullscreen mode\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public bool Fullscreen
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public Fullscreen As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.VSync
commentId : F:TinyLife.Options.VSync
id : VSync
parent : TinyLife.Options
langs :
- csharp
- vb
name : VSync
nameWithType : Options.VSync
fullName : TinyLife.Options.VSync
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : VSync
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 112
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nWhether vertical synchronization is currently turned on\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public bool VSync
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public VSync As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.Language
commentId : F:TinyLife.Options.Language
id : Language
parent : TinyLife.Options
langs :
- csharp
- vb
name : Language
nameWithType : Options.Language
fullName : TinyLife.Options.Language
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Language
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 118
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe currently selected language's language code.\nDetermines the language used by <xref href=\"TinyLife.Localization\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public string Language
return :
type : System.String
content.vb : >-
<DataMember>
Public Language As String
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.UiScale
commentId : F:TinyLife.Options.UiScale
id : UiScale
parent : TinyLife.Options
langs :
- csharp
- vb
name : UiScale
nameWithType : Options.UiScale
fullName : TinyLife.Options.UiScale
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : UiScale
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 123
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nA modifier that is applied to the game's <xref href=\"MLEM.Ui.UiSystem\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"MLEM.Ui.UiSystem.GlobalScale\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float UiScale
return :
type : System.Single
content.vb : >-
<DataMember>
Public UiScale As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.SoundVolume
commentId : F:TinyLife.Options.SoundVolume
id : SoundVolume
parent : TinyLife.Options
langs :
- csharp
- vb
name : SoundVolume
nameWithType : Options.SoundVolume
fullName : TinyLife.Options.SoundVolume
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : SoundVolume
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 128
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe current sound volume as a percentage, ranging from 0 to 1\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float SoundVolume
return :
type : System.Single
content.vb : >-
<DataMember>
Public SoundVolume As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.WorldSoundVolume
commentId : F:TinyLife.Options.WorldSoundVolume
id : WorldSoundVolume
parent : TinyLife.Options
langs :
- csharp
- vb
name : WorldSoundVolume
nameWithType : Options.WorldSoundVolume
fullName : TinyLife.Options.WorldSoundVolume
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WorldSoundVolume
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 134
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe volume of in-world sounds, used by <xref href=\"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> and its overloads.\nNote that the world sound volume is still multiplied with the sound master volume <xref href=\"TinyLife.Options.SoundVolume\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float WorldSoundVolume
return :
type : System.Single
content.vb : >-
<DataMember>
Public WorldSoundVolume As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.SpeechVolume
commentId : F:TinyLife.Options.SpeechVolume
id : SpeechVolume
parent : TinyLife.Options
langs :
- csharp
- vb
name : SpeechVolume
nameWithType : Options.SpeechVolume
fullName : TinyLife.Options.SpeechVolume
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : SpeechVolume
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 140
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe volume of speech sounds, used by <xref href=\"TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that the speech sound volume is still multiplied with the sound master volume <xref href=\"TinyLife.Options.SoundVolume\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float SpeechVolume
return :
type : System.Single
content.vb : >-
<DataMember>
Public SpeechVolume As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.StingVolume
commentId : F:TinyLife.Options.StingVolume
id : StingVolume
parent : TinyLife.Options
langs :
- csharp
- vb
name : StingVolume
nameWithType : Options.StingVolume
fullName : TinyLife.Options.StingVolume
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : StingVolume
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 146
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2021-08-30 20:44:32 +02:00
summary : "\nThe volume of sting sound effects.\nNote that the sting volume is still multiplied with the sound master volume <xref href=\"TinyLife.Options.SoundVolume\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
2021-08-04 06:51:12 +02:00
syntax :
content : >-
[ DataMember]
public float StingVolume
return :
type : System.Single
content.vb : >-
<DataMember>
Public StingVolume As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Options.SoundscapeVolume
commentId : F:TinyLife.Options.SoundscapeVolume
id : SoundscapeVolume
parent : TinyLife.Options
langs :
- csharp
- vb
name : SoundscapeVolume
nameWithType : Options.SoundscapeVolume
fullName : TinyLife.Options.SoundscapeVolume
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : SoundscapeVolume
path : Options.cs
startLine : 152
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe volume of ambiant sounds created by <xref href=\"TinyLife.World.Soundscape\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that the soundscape volume is still multiplied with the master sound volume <xref href=\"TinyLife.Options.SoundVolume\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float SoundscapeVolume
return :
type : System.Single
content.vb : >-
<DataMember>
Public SoundscapeVolume As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Options.AutoSaveIntervalSeconds
commentId : F:TinyLife.Options.AutoSaveIntervalSeconds
id : AutoSaveIntervalSeconds
parent : TinyLife.Options
langs :
- csharp
- vb
name : AutoSaveIntervalSeconds
nameWithType : Options.AutoSaveIntervalSeconds
fullName : TinyLife.Options.AutoSaveIntervalSeconds
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : AutoSaveIntervalSeconds
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 158
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe auto-save interval in seconds.\nNote that this value should be set to 30, 60, 180, 300 or 600, as otherwise, the options menu will display it incorrectly.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public int AutoSaveIntervalSeconds
return :
type : System.Int32
content.vb : >-
<DataMember>
Public AutoSaveIntervalSeconds As Integer
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.KeyboardLighting
commentId : F:TinyLife.Options.KeyboardLighting
id : KeyboardLighting
parent : TinyLife.Options
langs :
- csharp
- vb
name : KeyboardLighting
nameWithType : Options.KeyboardLighting
fullName : TinyLife.Options.KeyboardLighting
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : KeyboardLighting
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 164
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nWhether keyboard lighting should be enabled.\nThis setting defaults to false, but can be enabled regardless of whether keyboard lighting is supported by the user's devices.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public bool KeyboardLighting
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public KeyboardLighting As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.CameraRotation
commentId : F:TinyLife.Options.CameraRotation
id : CameraRotation
parent : TinyLife.Options
langs :
- csharp
- vb
name : CameraRotation
nameWithType : Options.CameraRotation
fullName : TinyLife.Options.CameraRotation
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : CameraRotation
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 171
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nThe game's camera rotation.\nTo use this value effectively, you can use <xref href=\"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen changing this value, <xref href=\"TinyLife.World.Map.OnCameraRotationChanged(MLEM.Misc.Direction2%2cMLEM.Misc.Direction2)\" data-throw-if-not-resolved=\"false\"></xref> should be called for the game's <xref href=\"TinyLife.GameImpl.Map\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public Direction2 CameraRotation
return :
type : MLEM.Misc.Direction2
content.vb : >-
<DataMember>
Public CameraRotation As Direction2
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.BrightnessIncrease
commentId : F:TinyLife.Options.BrightnessIncrease
id : BrightnessIncrease
parent : TinyLife.Options
langs :
- csharp
- vb
name : BrightnessIncrease
nameWithType : Options.BrightnessIncrease
fullName : TinyLife.Options.BrightnessIncrease
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : BrightnessIncrease
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 176
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nA percentage that the game's world's brightness is increased by, mainly intended for users with darker screens\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float BrightnessIncrease
return :
type : System.Single
content.vb : >-
<DataMember>
Public BrightnessIncrease As Single
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.HideHangingObjects
commentId : F:TinyLife.Options.HideHangingObjects
id : HideHangingObjects
parent : TinyLife.Options
langs :
- csharp
- vb
name : HideHangingObjects
nameWithType : Options.HideHangingObjects
fullName : TinyLife.Options.HideHangingObjects
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : HideHangingObjects
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 182
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nWhether hanging objects should be hidden in the world if walls are down.\nThis property is automatically evaluated in <xref href=\"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public bool HideHangingObjects
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public HideHangingObjects As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
2021-10-19 22:59:46 +02:00
- uid : TinyLife.Options.RoundCameraPosition
commentId : F:TinyLife.Options.RoundCameraPosition
id : RoundCameraPosition
parent : TinyLife.Options
langs :
- csharp
- vb
name : RoundCameraPosition
nameWithType : Options.RoundCameraPosition
fullName : TinyLife.Options.RoundCameraPosition
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-19 22:59:46 +02:00
id : RoundCameraPosition
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 188
2021-10-19 22:59:46 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2021-10-20 11:18:22 +02:00
summary : "\nWhether the <xref href=\"TinyLife.GameImpl.Camera\" data-throw-if-not-resolved=\"false\"></xref>'s position should be rounded.\nIn <xref href=\"TinyLife.Options.Apply\" data-throw-if-not-resolved=\"false\"></xref>, this value is passed to <xref href=\"MLEM.Cameras.Camera.RoundPosition\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
2021-10-19 22:59:46 +02:00
syntax :
content : >-
[ DataMember]
public bool RoundCameraPosition
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public RoundCameraPosition As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Options.UiAnimations
commentId : F:TinyLife.Options.UiAnimations
id : UiAnimations
parent : TinyLife.Options
langs :
- csharp
- vb
name : UiAnimations
nameWithType : Options.UiAnimations
fullName : TinyLife.Options.UiAnimations
type : Field
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : UiAnimations
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 194
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nWhether ui animations should be enabled.\nThis value is automatically used by <xref href=\"TinyLife.Uis.CoveringGroup\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public bool UiAnimations
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public UiAnimations As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
modifiers.vb :
- Public
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Options.Apply
commentId : M:TinyLife.Options.Apply
id : Apply
parent : TinyLife.Options
langs :
- csharp
- vb
name : Apply()
nameWithType : Options.Apply()
fullName : TinyLife.Options.Apply()
type : Method
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Apply
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 202
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nApplies the currently selected options of this instance to the game\n"
example : [ ]
syntax :
content : public void Apply()
content.vb : Public Sub Apply
overload : TinyLife.Options.Apply*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Options.Save
commentId : M:TinyLife.Options.Save
id : Save
parent : TinyLife.Options
langs :
- csharp
- vb
name : Save()
nameWithType : Options.Save()
fullName : TinyLife.Options.Save()
type : Method
source :
remote :
path : TinyLife/Options.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Save
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 224
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nSaves the options to the default options file path\n"
example : [ ]
syntax :
content : public void Save()
content.vb : Public Sub Save
overload : TinyLife.Options.Save*
modifiers.csharp :
- public
modifiers.vb :
- Public
references :
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean)
commentId : M:TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal : true
- uid : TinyLife
commentId : N : TinyLife
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId : T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent : MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal : true
2021-11-23 16:24:04 +01:00
name : JsonTypeSafeGenericDataHolder
nameWithType : JsonTypeSafeGenericDataHolder
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
name : SetData(String, Object)
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name : SetData
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.SetData
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name : SetData
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.SetData
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
name : GetData<T>(String)
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(String)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
2021-08-04 06:51:12 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2021-08-04 06:51:12 +02:00
name : GetData<T>
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2021-08-04 06:51:12 +02:00
name : GetData(Of T)
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetData(Of T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
name : GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
name : Equals(Object)
nameWithType : Object.Equals(Object)
fullName : System.Object.Equals(System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
name : GetHashCode()
nameWithType : Object.GetHashCode()
fullName : System.Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
name : MemberwiseClone()
nameWithType : Object.MemberwiseClone()
fullName : System.Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
name : ToString()
nameWithType : Object.ToString()
fullName : System.Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Options.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<Options>()
nameWithType : Extensions.JsonCopy<Options>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Options>()
nameWithType.vb : Extensions.JsonCopy(Of Options)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Options)()
name.vb : JsonCopy(Of Options)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<Options>
nameWithType : Extensions.JsonCopy<Options>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Options>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of Options)
nameWithType : Extensions.JsonCopy(Of Options)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Options)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json
commentId : N : MLEM.Data.Json
isExternal : true
name : MLEM.Data.Json
nameWithType : MLEM.Data.Json
fullName : MLEM.Data.Json
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<T>
nameWithType : Extensions.JsonCopy<T>
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy(Of T)
nameWithType : Extensions.JsonCopy(Of T)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
- uid : TinyLife.WallDisplay
commentId : T:TinyLife.WallDisplay
parent : TinyLife
name : WallDisplay
nameWithType : WallDisplay
fullName : TinyLife.WallDisplay
- uid : TinyLife.WallDisplay[]
isExternal : true
name : WallDisplay[]
nameWithType : WallDisplay[]
fullName : TinyLife.WallDisplay[]
nameWithType.vb : WallDisplay()
fullName.vb : TinyLife.WallDisplay()
name.vb : WallDisplay()
spec.csharp :
- uid : TinyLife.WallDisplay
name : WallDisplay
nameWithType : WallDisplay
fullName : TinyLife.WallDisplay
- name : '[]'
nameWithType : '[]'
fullName : '[]'
spec.vb :
- uid : TinyLife.WallDisplay
name : WallDisplay
nameWithType : WallDisplay
fullName : TinyLife.WallDisplay
- name : ()
nameWithType : ()
fullName : ()
- uid : TinyLife.GameSpeed
commentId : T:TinyLife.GameSpeed
parent : TinyLife
name : GameSpeed
nameWithType : GameSpeed
fullName : TinyLife.GameSpeed
- uid : TinyLife.GameSpeed[]
isExternal : true
name : GameSpeed[]
nameWithType : GameSpeed[]
fullName : TinyLife.GameSpeed[]
nameWithType.vb : GameSpeed()
fullName.vb : TinyLife.GameSpeed()
name.vb : GameSpeed()
spec.csharp :
- uid : TinyLife.GameSpeed
name : GameSpeed
nameWithType : GameSpeed
fullName : TinyLife.GameSpeed
- name : '[]'
nameWithType : '[]'
fullName : '[]'
spec.vb :
- uid : TinyLife.GameSpeed
name : GameSpeed
nameWithType : GameSpeed
fullName : TinyLife.GameSpeed
- name : ()
nameWithType : ()
fullName : ()
- uid : MLEM.Input.Keybind
commentId : T:MLEM.Input.Keybind
parent : MLEM.Input
isExternal : true
name : Keybind
nameWithType : Keybind
fullName : MLEM.Input.Keybind
- uid : TinyLife.Options
commentId : T:TinyLife.Options
parent : TinyLife
name : Options
nameWithType : Options
fullName : TinyLife.Options
- uid : System.Reflection.FieldInfo[]
isExternal : true
name : FieldInfo[]
nameWithType : FieldInfo[]
fullName : System.Reflection.FieldInfo[]
nameWithType.vb : FieldInfo()
fullName.vb : System.Reflection.FieldInfo()
name.vb : FieldInfo()
spec.csharp :
- uid : System.Reflection.FieldInfo
name : FieldInfo
nameWithType : FieldInfo
fullName : System.Reflection.FieldInfo
isExternal : true
- name : '[]'
nameWithType : '[]'
fullName : '[]'
spec.vb :
- uid : System.Reflection.FieldInfo
name : FieldInfo
nameWithType : FieldInfo
fullName : System.Reflection.FieldInfo
isExternal : true
- name : ()
nameWithType : ()
fullName : ()
- uid : MLEM.Input
commentId : N : MLEM.Input
isExternal : true
name : MLEM.Input
nameWithType : MLEM.Input
fullName : MLEM.Input
- uid : TinyLife.Options.Instance*
commentId : Overload:TinyLife.Options.Instance
name : Instance
nameWithType : Options.Instance
fullName : TinyLife.Options.Instance
- uid : TinyLife.Uis.InGameHint
commentId : T:TinyLife.Uis.InGameHint
parent : TinyLife.Uis
name : InGameHint
nameWithType : InGameHint
fullName : TinyLife.Uis.InGameHint
- uid : System.Collections.Generic.HashSet{TinyLife.Uis.InGameHint}
commentId : T:System.Collections.Generic.HashSet{TinyLife.Uis.InGameHint}
parent : System.Collections.Generic
definition : System.Collections.Generic.HashSet`1
name : HashSet<InGameHint>
nameWithType : HashSet<InGameHint>
fullName : System.Collections.Generic.HashSet<TinyLife.Uis.InGameHint>
nameWithType.vb : HashSet(Of InGameHint)
fullName.vb : System.Collections.Generic.HashSet(Of TinyLife.Uis.InGameHint)
name.vb : HashSet(Of InGameHint)
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
nameWithType : HashSet
fullName : System.Collections.Generic.HashSet
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Uis.InGameHint
name : InGameHint
nameWithType : InGameHint
fullName : TinyLife.Uis.InGameHint
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
nameWithType : HashSet
fullName : System.Collections.Generic.HashSet
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Uis.InGameHint
name : InGameHint
nameWithType : InGameHint
fullName : TinyLife.Uis.InGameHint
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
- uid : System.Collections.Generic.HashSet`1
commentId : T:System.Collections.Generic.HashSet`1
isExternal : true
name : HashSet<T>
nameWithType : HashSet<T>
fullName : System.Collections.Generic.HashSet<T>
nameWithType.vb : HashSet(Of T)
fullName.vb : System.Collections.Generic.HashSet(Of T)
name.vb : HashSet(Of T)
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
nameWithType : HashSet
fullName : System.Collections.Generic.HashSet
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
nameWithType : HashSet
fullName : System.Collections.Generic.HashSet
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
- uid : TinyLife.Options.WallMode
commentId : P:TinyLife.Options.WallMode
isExternal : true
- uid : TinyLife.GameImpl.Mode
commentId : P:TinyLife.GameImpl.Mode
isExternal : true
- uid : TinyLife.GameImpl.GameMode.SelectHousehold
commentId : F:TinyLife.GameImpl.GameMode.SelectHousehold
isExternal : true
- uid : TinyLife.WallDisplay.Roofs
commentId : F:TinyLife.WallDisplay.Roofs
isExternal : true
- uid : TinyLife.GameImpl.CurrentTool
commentId : P:TinyLife.GameImpl.CurrentTool
isExternal : true
- uid : TinyLife.Tools.Tool.ForceWallsUp
commentId : M:TinyLife.Tools.Tool.ForceWallsUp
parent : TinyLife.Tools.Tool
name : ForceWallsUp()
nameWithType : Tool.ForceWallsUp()
fullName : TinyLife.Tools.Tool.ForceWallsUp()
spec.csharp :
- uid : TinyLife.Tools.Tool.ForceWallsUp
name : ForceWallsUp
nameWithType : Tool.ForceWallsUp
fullName : TinyLife.Tools.Tool.ForceWallsUp
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Tools.Tool.ForceWallsUp
name : ForceWallsUp
nameWithType : Tool.ForceWallsUp
fullName : TinyLife.Tools.Tool.ForceWallsUp
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Options.WallMode*
commentId : Overload:TinyLife.Options.WallMode
name : WallMode
nameWithType : Options.WallMode
fullName : TinyLife.Options.WallMode
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
- uid : TinyLife.Localization
commentId : T:TinyLife.Localization
name : Localization
nameWithType : Localization
fullName : TinyLife.Localization
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
name : String
nameWithType : String
fullName : System.String
- uid : MLEM.Ui.UiSystem
commentId : T:MLEM.Ui.UiSystem
isExternal : true
- uid : MLEM.Ui.UiSystem.GlobalScale
commentId : P:MLEM.Ui.UiSystem.GlobalScale
isExternal : true
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
- uid : TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean)
commentId : M:TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean,System.Boolean)
isExternal : true
- uid : TinyLife.Options.SoundVolume
commentId : F:TinyLife.Options.SoundVolume
isExternal : true
- uid : TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
commentId : M:TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
isExternal : true
2022-01-01 17:06:03 +01:00
- uid : TinyLife.World.Soundscape
commentId : T:TinyLife.World.Soundscape
name : Soundscape
nameWithType : Soundscape
fullName : TinyLife.World.Soundscape
2021-08-04 06:51:12 +02:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
name : Int32
nameWithType : Int32
fullName : System.Int32
- uid : TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
isExternal : true
- uid : TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2})
commentId : M:TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2})
isExternal : true
- uid : TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2})
commentId : M:TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2})
isExternal : true
- uid : TinyLife.World.Map.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId : M:TinyLife.World.Map.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
isExternal : true
- uid : TinyLife.GameImpl.Map
commentId : P:TinyLife.GameImpl.Map
isExternal : true
- uid : MLEM.Misc.Direction2
commentId : T:MLEM.Misc.Direction2
parent : MLEM.Misc
isExternal : true
name : Direction2
nameWithType : Direction2
fullName : MLEM.Misc.Direction2
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId : M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent : TinyLife.Objects.Furniture
isExternal : true
name : Draw(GameTime, SpriteBatch, Vector2, Nullable<Color>)
nameWithType : Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable<Color>)
fullName : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable<Microsoft.Xna.Framework.Color>)
nameWithType.vb : Furniture.Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color))
fullName.vb : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color))
name.vb : Draw(GameTime, SpriteBatch, Vector2, Nullable(Of Color))
spec.csharp :
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
name : Draw
nameWithType : Furniture.Draw
fullName : TinyLife.Objects.Furniture.Draw
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
nameWithType : SpriteBatch
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
nameWithType : Vector2
fullName : Microsoft.Xna.Framework.Vector2
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : Microsoft.Xna.Framework.Color
name : Color
nameWithType : Color
fullName : Microsoft.Xna.Framework.Color
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
name : Draw
nameWithType : Furniture.Draw
fullName : TinyLife.Objects.Furniture.Draw
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
nameWithType : SpriteBatch
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
nameWithType : Vector2
fullName : Microsoft.Xna.Framework.Vector2
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : Microsoft.Xna.Framework.Color
name : Color
nameWithType : Color
fullName : Microsoft.Xna.Framework.Color
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2021-10-20 11:18:22 +02:00
- uid : TinyLife.GameImpl.Camera
commentId : P:TinyLife.GameImpl.Camera
isExternal : true
- uid : TinyLife.Options.Apply
commentId : M:TinyLife.Options.Apply
isExternal : true
- uid : MLEM.Cameras.Camera.RoundPosition
commentId : F:MLEM.Cameras.Camera.RoundPosition
isExternal : true
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup
commentId : T:TinyLife.Uis.CoveringGroup
parent : TinyLife.Uis
name : CoveringGroup
nameWithType : CoveringGroup
fullName : TinyLife.Uis.CoveringGroup
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Options.Apply*
commentId : Overload:TinyLife.Options.Apply
name : Apply
nameWithType : Options.Apply
fullName : TinyLife.Options.Apply
- uid : TinyLife.Options.Save*
commentId : Overload:TinyLife.Options.Save
name : Save
nameWithType : Options.Save
fullName : TinyLife.Options.Save