### YamlMime:ManagedReference items: - uid: TinyLife.Options commentId: T:TinyLife.Options id: Options parent: TinyLife children: - TinyLife.Options.AButton - TinyLife.Options.AllowMods - TinyLife.Options.Apply(System.Boolean) - TinyLife.Options.AutoSaveIntervalSeconds - TinyLife.Options.BButton - TinyLife.Options.BlurZoomedOut - TinyLife.Options.BrightnessIncrease - TinyLife.Options.CameraDownKeybind - TinyLife.Options.CameraLeftKeybind - TinyLife.Options.CameraRightKeybind - TinyLife.Options.CameraRotation - TinyLife.Options.CameraUpKeybind - TinyLife.Options.CheatsKeybind - TinyLife.Options.CopyFurnitureKeybind - TinyLife.Options.CurrentFloor - TinyLife.Options.CursorScale - TinyLife.Options.DecreaseSpeedKeybind - TinyLife.Options.EmotionStingVolume - TinyLife.Options.EventStingVolume - TinyLife.Options.FloorDownKeybind - TinyLife.Options.FloorUpKeybind - TinyLife.Options.GameSpeeds - TinyLife.Options.GamepadCursorSpeed - TinyLife.Options.GamepadScreenBorder - TinyLife.Options.GamepadSwapAForB - TinyLife.Options.GamepadSwapTriggers - TinyLife.Options.GamepadSwapXForY - TinyLife.Options.GridKeybind - TinyLife.Options.HideControlsHints - TinyLife.Options.HideDemoHints - TinyLife.Options.HideEarlyAccessHints - TinyLife.Options.HideGamepadControlsHints - TinyLife.Options.HideHangingObjects - TinyLife.Options.HighlightTinies - TinyLife.Options.InGameMusic - TinyLife.Options.IncreaseSpeedKeybind - TinyLife.Options.Instance - TinyLife.Options.InstantTooltips - TinyLife.Options.Keybinds - TinyLife.Options.Language - TinyLife.Options.LeftTrigger - TinyLife.Options.LongerNotifications - TinyLife.Options.MusicVolume - TinyLife.Options.PauseGameKeybind - TinyLife.Options.RightTrigger - TinyLife.Options.RotateCameraKeybind - TinyLife.Options.RotateKeybind - TinyLife.Options.RoundCameraPosition - TinyLife.Options.Save - TinyLife.Options.ScreenshotKeybind - TinyLife.Options.SellHeldObjectKeybind - TinyLife.Options.ShowBuildModeGrid - TinyLife.Options.SoundVolume - TinyLife.Options.SoundscapeVolume - TinyLife.Options.SpeechVolume - TinyLife.Options.StoreInHouseholdKeybind - TinyLife.Options.SwitchPersonKeybind - TinyLife.Options.TabBackKeybind - TinyLife.Options.TabForwardKeybind - TinyLife.Options.TransparentTooltips - TinyLife.Options.UiAnimations - TinyLife.Options.UiScale - TinyLife.Options.UnbindKeybind - TinyLife.Options.WallDisplays - TinyLife.Options.WallMode - TinyLife.Options.WallsDownKeybind - TinyLife.Options.WallsUpKeybind - TinyLife.Options.WorldSoundVolume - TinyLife.Options.XButton - TinyLife.Options.YButton - TinyLife.Options.ZoomInCameraKeybind - TinyLife.Options.ZoomOutCameraKeybind langs: - csharp - vb name: Options nameWithType: Options fullName: TinyLife.Options type: Class source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Options path: ../TinyLife/Options.cs startLine: 35 assemblies: - Tiny Life namespace: TinyLife summary: The game's options, which are displayed in the menu and saved to disk example: [] syntax: content: >- [DataContract] public class Options : JsonTypeSafeGenericDataHolder, IGenericDataHolder content.vb: >- Public Class Options Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - 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: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallDisplays path: ../TinyLife/Options.cs startLine: 41 assemblies: - Tiny Life namespace: TinyLife summary: An array of all defined values example: [] syntax: content: public static readonly WallDisplay[] WallDisplays return: type: TinyLife.WallDisplay[] content.vb: Public Shared ReadOnly WallDisplays As WallDisplay() - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameSpeeds path: ../TinyLife/Options.cs startLine: 45 assemblies: - Tiny Life namespace: TinyLife summary: An array of all defined values example: [] syntax: content: public static readonly GameSpeed[] GameSpeeds return: type: TinyLife.GameSpeed[] content.vb: Public Shared ReadOnly GameSpeeds As GameSpeed() - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Keybinds path: ../TinyLife/Options.cs startLine: 49 assemblies: - Tiny Life namespace: TinyLife summary: An array that contains all of the fields of type in the class example: [] syntax: content: public static readonly FieldInfo[] Keybinds return: type: System.Reflection.FieldInfo[] content.vb: Public Shared ReadOnly Keybinds As FieldInfo() - uid: TinyLife.Options.UnbindKeybind commentId: F:TinyLife.Options.UnbindKeybind id: UnbindKeybind parent: TinyLife.Options langs: - csharp - vb name: UnbindKeybind nameWithType: Options.UnbindKeybind fullName: TinyLife.Options.UnbindKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnbindKeybind path: ../TinyLife/Options.cs startLine: 53 assemblies: - Tiny Life namespace: TinyLife summary: The keybind used to unbind other keybinds in the options menu, which is set to . example: [] syntax: content: public static readonly Keybind UnbindKeybind return: type: MLEM.Input.Keybind content.vb: Public Shared ReadOnly UnbindKeybind As Keybind - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Options.cs startLine: 58 assemblies: - Tiny Life namespace: TinyLife summary: The static singleton instance of example: [] syntax: content: public static Options Instance { get; } parameters: [] return: type: TinyLife.Options content.vb: Public Shared Property Instance As Options overload: TinyLife.Options.Instance* - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CopyFurnitureKeybind path: ../TinyLife/Options.cs startLine: 62 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CopyFurnitureKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CopyFurnitureKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StoreInHouseholdKeybind path: ../TinyLife/Options.cs startLine: 64 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind StoreInHouseholdKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly StoreInHouseholdKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotateKeybind path: ../TinyLife/Options.cs startLine: 66 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind RotateKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly RotateKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SwitchPersonKeybind path: ../TinyLife/Options.cs startLine: 68 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind SwitchPersonKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly SwitchPersonKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PauseGameKeybind path: ../TinyLife/Options.cs startLine: 70 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind PauseGameKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly PauseGameKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.IncreaseSpeedKeybind commentId: F:TinyLife.Options.IncreaseSpeedKeybind id: IncreaseSpeedKeybind parent: TinyLife.Options langs: - csharp - vb name: IncreaseSpeedKeybind nameWithType: Options.IncreaseSpeedKeybind fullName: TinyLife.Options.IncreaseSpeedKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IncreaseSpeedKeybind path: ../TinyLife/Options.cs startLine: 72 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind IncreaseSpeedKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly IncreaseSpeedKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DecreaseSpeedKeybind path: ../TinyLife/Options.cs startLine: 74 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind DecreaseSpeedKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly DecreaseSpeedKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ScreenshotKeybind path: ../TinyLife/Options.cs startLine: 76 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind ScreenshotKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly ScreenshotKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SellHeldObjectKeybind path: ../TinyLife/Options.cs startLine: 78 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind SellHeldObjectKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly SellHeldObjectKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GridKeybind commentId: F:TinyLife.Options.GridKeybind id: GridKeybind parent: TinyLife.Options langs: - csharp - vb name: GridKeybind nameWithType: Options.GridKeybind fullName: TinyLife.Options.GridKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GridKeybind path: ../TinyLife/Options.cs startLine: 80 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind GridKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly GridKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.ZoomInCameraKeybind commentId: F:TinyLife.Options.ZoomInCameraKeybind id: ZoomInCameraKeybind parent: TinyLife.Options langs: - csharp - vb name: ZoomInCameraKeybind nameWithType: Options.ZoomInCameraKeybind fullName: TinyLife.Options.ZoomInCameraKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ZoomInCameraKeybind path: ../TinyLife/Options.cs startLine: 82 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind ZoomInCameraKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly ZoomInCameraKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.ZoomOutCameraKeybind commentId: F:TinyLife.Options.ZoomOutCameraKeybind id: ZoomOutCameraKeybind parent: TinyLife.Options langs: - csharp - vb name: ZoomOutCameraKeybind nameWithType: Options.ZoomOutCameraKeybind fullName: TinyLife.Options.ZoomOutCameraKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ZoomOutCameraKeybind path: ../TinyLife/Options.cs startLine: 84 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind ZoomOutCameraKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly ZoomOutCameraKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotateCameraKeybind path: ../TinyLife/Options.cs startLine: 86 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind RotateCameraKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly RotateCameraKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CameraUpKeybind commentId: F:TinyLife.Options.CameraUpKeybind id: CameraUpKeybind parent: TinyLife.Options langs: - csharp - vb name: CameraUpKeybind nameWithType: Options.CameraUpKeybind fullName: TinyLife.Options.CameraUpKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CameraUpKeybind path: ../TinyLife/Options.cs startLine: 88 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CameraUpKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CameraUpKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CameraDownKeybind commentId: F:TinyLife.Options.CameraDownKeybind id: CameraDownKeybind parent: TinyLife.Options langs: - csharp - vb name: CameraDownKeybind nameWithType: Options.CameraDownKeybind fullName: TinyLife.Options.CameraDownKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CameraDownKeybind path: ../TinyLife/Options.cs startLine: 90 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CameraDownKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CameraDownKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CameraLeftKeybind commentId: F:TinyLife.Options.CameraLeftKeybind id: CameraLeftKeybind parent: TinyLife.Options langs: - csharp - vb name: CameraLeftKeybind nameWithType: Options.CameraLeftKeybind fullName: TinyLife.Options.CameraLeftKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CameraLeftKeybind path: ../TinyLife/Options.cs startLine: 92 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CameraLeftKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CameraLeftKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CameraRightKeybind commentId: F:TinyLife.Options.CameraRightKeybind id: CameraRightKeybind parent: TinyLife.Options langs: - csharp - vb name: CameraRightKeybind nameWithType: Options.CameraRightKeybind fullName: TinyLife.Options.CameraRightKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CameraRightKeybind path: ../TinyLife/Options.cs startLine: 94 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CameraRightKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CameraRightKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.WallsUpKeybind commentId: F:TinyLife.Options.WallsUpKeybind id: WallsUpKeybind parent: TinyLife.Options langs: - csharp - vb name: WallsUpKeybind nameWithType: Options.WallsUpKeybind fullName: TinyLife.Options.WallsUpKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallsUpKeybind path: ../TinyLife/Options.cs startLine: 96 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind WallsUpKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly WallsUpKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.WallsDownKeybind commentId: F:TinyLife.Options.WallsDownKeybind id: WallsDownKeybind parent: TinyLife.Options langs: - csharp - vb name: WallsDownKeybind nameWithType: Options.WallsDownKeybind fullName: TinyLife.Options.WallsDownKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallsDownKeybind path: ../TinyLife/Options.cs startLine: 98 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind WallsDownKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly WallsDownKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.TabForwardKeybind commentId: F:TinyLife.Options.TabForwardKeybind id: TabForwardKeybind parent: TinyLife.Options langs: - csharp - vb name: TabForwardKeybind nameWithType: Options.TabForwardKeybind fullName: TinyLife.Options.TabForwardKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TabForwardKeybind path: ../TinyLife/Options.cs startLine: 100 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind TabForwardKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly TabForwardKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.TabBackKeybind commentId: F:TinyLife.Options.TabBackKeybind id: TabBackKeybind parent: TinyLife.Options langs: - csharp - vb name: TabBackKeybind nameWithType: Options.TabBackKeybind fullName: TinyLife.Options.TabBackKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TabBackKeybind path: ../TinyLife/Options.cs startLine: 102 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind TabBackKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly TabBackKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CheatsKeybind commentId: F:TinyLife.Options.CheatsKeybind id: CheatsKeybind parent: TinyLife.Options langs: - csharp - vb name: CheatsKeybind nameWithType: Options.CheatsKeybind fullName: TinyLife.Options.CheatsKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CheatsKeybind path: ../TinyLife/Options.cs startLine: 104 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind CheatsKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly CheatsKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.FloorUpKeybind commentId: F:TinyLife.Options.FloorUpKeybind id: FloorUpKeybind parent: TinyLife.Options langs: - csharp - vb name: FloorUpKeybind nameWithType: Options.FloorUpKeybind fullName: TinyLife.Options.FloorUpKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FloorUpKeybind path: ../TinyLife/Options.cs startLine: 106 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind FloorUpKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly FloorUpKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.FloorDownKeybind commentId: F:TinyLife.Options.FloorDownKeybind id: FloorDownKeybind parent: TinyLife.Options langs: - csharp - vb name: FloorDownKeybind nameWithType: Options.FloorDownKeybind fullName: TinyLife.Options.FloorDownKeybind type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FloorDownKeybind path: ../TinyLife/Options.cs startLine: 108 assemblies: - Tiny Life namespace: TinyLife syntax: content: >- [DataMember] public readonly Keybind FloorDownKeybind return: type: MLEM.Input.Keybind content.vb: >- Public ReadOnly FloorDownKeybind As Keybind attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.AButton commentId: P:TinyLife.Options.AButton id: AButton parent: TinyLife.Options langs: - csharp - vb name: AButton nameWithType: Options.AButton fullName: TinyLife.Options.AButton type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AButton path: ../TinyLife/Options.cs startLine: 114 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the A (or accept) button. This value is based on . example: [] syntax: content: public Buttons AButton { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property AButton As Buttons overload: TinyLife.Options.AButton* - uid: TinyLife.Options.BButton commentId: P:TinyLife.Options.BButton id: BButton parent: TinyLife.Options langs: - csharp - vb name: BButton nameWithType: Options.BButton fullName: TinyLife.Options.BButton type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BButton path: ../TinyLife/Options.cs startLine: 118 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the B (or deny) button. This value is based on . example: [] syntax: content: public Buttons BButton { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property BButton As Buttons overload: TinyLife.Options.BButton* - uid: TinyLife.Options.XButton commentId: P:TinyLife.Options.XButton id: XButton parent: TinyLife.Options langs: - csharp - vb name: XButton nameWithType: Options.XButton fullName: TinyLife.Options.XButton type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: XButton path: ../TinyLife/Options.cs startLine: 122 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the X button. This value is based on . example: [] syntax: content: public Buttons XButton { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property XButton As Buttons overload: TinyLife.Options.XButton* - uid: TinyLife.Options.YButton commentId: P:TinyLife.Options.YButton id: YButton parent: TinyLife.Options langs: - csharp - vb name: YButton nameWithType: Options.YButton fullName: TinyLife.Options.YButton type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: YButton path: ../TinyLife/Options.cs startLine: 126 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the Y button. This value is based on . example: [] syntax: content: public Buttons YButton { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property YButton As Buttons overload: TinyLife.Options.YButton* - uid: TinyLife.Options.LeftTrigger commentId: P:TinyLife.Options.LeftTrigger id: LeftTrigger parent: TinyLife.Options langs: - csharp - vb name: LeftTrigger nameWithType: Options.LeftTrigger fullName: TinyLife.Options.LeftTrigger type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LeftTrigger path: ../TinyLife/Options.cs startLine: 130 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the left trigger. This value is based on . example: [] syntax: content: public Buttons LeftTrigger { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property LeftTrigger As Buttons overload: TinyLife.Options.LeftTrigger* - uid: TinyLife.Options.RightTrigger commentId: P:TinyLife.Options.RightTrigger id: RightTrigger parent: TinyLife.Options langs: - csharp - vb name: RightTrigger nameWithType: Options.RightTrigger fullName: TinyLife.Options.RightTrigger type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RightTrigger path: ../TinyLife/Options.cs startLine: 134 assemblies: - Tiny Life namespace: TinyLife summary: Returns the value that is currently considered to be the right trigger. This value is based on . example: [] syntax: content: public Buttons RightTrigger { get; } parameters: [] return: type: Microsoft.Xna.Framework.Input.Buttons content.vb: Public ReadOnly Property RightTrigger As Buttons overload: TinyLife.Options.RightTrigger* - uid: TinyLife.Options.WallMode commentId: F:TinyLife.Options.WallMode id: WallMode parent: TinyLife.Options langs: - csharp - vb name: WallMode nameWithType: Options.WallMode fullName: TinyLife.Options.WallMode type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallMode path: ../TinyLife/Options.cs startLine: 140 assemblies: - Tiny Life namespace: TinyLife summary: The currently selected . example: [] syntax: content: >- [DataMember] public WallDisplay WallMode return: type: TinyLife.WallDisplay content.vb: >- Public WallMode As WallDisplay attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CurrentFloor commentId: F:TinyLife.Options.CurrentFloor id: CurrentFloor parent: TinyLife.Options langs: - csharp - vb name: CurrentFloor nameWithType: Options.CurrentFloor fullName: TinyLife.Options.CurrentFloor type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentFloor path: ../TinyLife/Options.cs startLine: 146 assemblies: - Tiny Life namespace: TinyLife summary: >- The floor that the game's camera is currently focused on. For the active lot, all floors that are above the current floor are hidden, and all floors below the current floor are always displayed. example: [] syntax: content: >- [DataMember] public int CurrentFloor return: type: System.Int32 content.vb: >- Public CurrentFloor As Integer attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Language path: ../TinyLife/Options.cs startLine: 152 assemblies: - Tiny Life namespace: TinyLife summary: >- The currently selected language's language code. Determines the language used by . example: [] syntax: content: >- [DataMember] public string Language return: type: System.String content.vb: >- Public Language As String attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UiScale path: ../TinyLife/Options.cs startLine: 157 assemblies: - Tiny Life namespace: TinyLife summary: A modifier that is applied to the game's 's example: [] syntax: content: >- [DataMember] public float UiScale return: type: System.Single content.vb: >- Public UiScale As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SoundVolume path: ../TinyLife/Options.cs startLine: 162 assemblies: - Tiny Life namespace: TinyLife summary: The current sound volume as a percentage, ranging from 0 to 1 example: [] syntax: content: >- [DataMember] public float SoundVolume return: type: System.Single content.vb: >- Public SoundVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.MusicVolume commentId: F:TinyLife.Options.MusicVolume id: MusicVolume parent: TinyLife.Options langs: - csharp - vb name: MusicVolume nameWithType: Options.MusicVolume fullName: TinyLife.Options.MusicVolume type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MusicVolume path: ../TinyLife/Options.cs startLine: 167 assemblies: - Tiny Life namespace: TinyLife summary: The current music volume as a percentage, ranging from 0 to 1 example: [] syntax: content: >- [DataMember] public float MusicVolume return: type: System.Single content.vb: >- Public MusicVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorldSoundVolume path: ../TinyLife/Options.cs startLine: 173 assemblies: - Tiny Life namespace: TinyLife summary: >- The volume of in-world sounds, used by and its overloads. Note that the world sound volume is still multiplied with the sound master volume . example: [] syntax: content: >- [DataMember] public float WorldSoundVolume return: type: System.Single content.vb: >- Public WorldSoundVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeechVolume path: ../TinyLife/Options.cs startLine: 179 assemblies: - Tiny Life namespace: TinyLife summary: >- The volume of speech sounds, used by . Note that the speech sound volume is still multiplied with the sound master volume . example: [] syntax: content: >- [DataMember] public float SpeechVolume return: type: System.Single content.vb: >- Public SpeechVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.EmotionStingVolume commentId: F:TinyLife.Options.EmotionStingVolume id: EmotionStingVolume parent: TinyLife.Options langs: - csharp - vb name: EmotionStingVolume nameWithType: Options.EmotionStingVolume fullName: TinyLife.Options.EmotionStingVolume type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionStingVolume path: ../TinyLife/Options.cs startLine: 185 assemblies: - Tiny Life namespace: TinyLife summary: >- The volume of emotion sting sound effects. Note that the sting volume is still multiplied with the sound master volume . example: [] syntax: content: >- [DataMember] public float EmotionStingVolume return: type: System.Single content.vb: >- Public EmotionStingVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.EventStingVolume commentId: F:TinyLife.Options.EventStingVolume id: EventStingVolume parent: TinyLife.Options langs: - csharp - vb name: EventStingVolume nameWithType: Options.EventStingVolume fullName: TinyLife.Options.EventStingVolume type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EventStingVolume path: ../TinyLife/Options.cs startLine: 191 assemblies: - Tiny Life namespace: TinyLife summary: >- The volume of event sting sound effects, used by . Note that the sting volume is still multiplied with the sound master volume . example: [] syntax: content: >- [DataMember] public float EventStingVolume return: type: System.Single content.vb: >- Public EventStingVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SoundscapeVolume path: ../TinyLife/Options.cs startLine: 197 assemblies: - Tiny Life namespace: TinyLife summary: >- The volume of ambiant sounds created by . Note that the soundscape volume is still multiplied with the master sound volume . example: [] syntax: content: >- [DataMember] public float SoundscapeVolume return: type: System.Single content.vb: >- Public SoundscapeVolume As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AutoSaveIntervalSeconds path: ../TinyLife/Options.cs startLine: 203 assemblies: - Tiny Life namespace: TinyLife summary: >- The auto-save interval in seconds. Note that this value should be set to 30, 60, 180, 300 or 600, as otherwise, the options menu will display it incorrectly. example: [] syntax: content: >- [DataMember] public int AutoSaveIntervalSeconds return: type: System.Int32 content.vb: >- Public AutoSaveIntervalSeconds As Integer attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CameraRotation path: ../TinyLife/Options.cs startLine: 210 assemblies: - Tiny Life namespace: TinyLife summary: >- The game's camera rotation. To use this value effectively, you can use , and . This value should be changed through . example: [] syntax: content: >- [DataMember] public Direction2 CameraRotation return: type: MLEM.Misc.Direction2 content.vb: >- Public CameraRotation As Direction2 attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrightnessIncrease path: ../TinyLife/Options.cs startLine: 215 assemblies: - Tiny Life namespace: TinyLife summary: A percentage that the game's world's brightness is increased by, mainly intended for users with darker screens example: [] syntax: content: >- [DataMember] public float BrightnessIncrease return: type: System.Single content.vb: >- Public BrightnessIncrease As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideHangingObjects path: ../TinyLife/Options.cs startLine: 221 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether hanging objects should be hidden in the world if walls are down. This property is automatically evaluated when a object is drawn. example: [] syntax: content: >- [DataMember] public bool HideHangingObjects return: type: System.Boolean content.vb: >- Public HideHangingObjects As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoundCameraPosition path: ../TinyLife/Options.cs startLine: 227 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the 's position should be rounded. In , this value is passed to . example: [] syntax: content: >- [DataMember] public bool RoundCameraPosition return: type: System.Boolean content.vb: >- Public RoundCameraPosition As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.BlurZoomedOut commentId: F:TinyLife.Options.BlurZoomedOut id: BlurZoomedOut parent: TinyLife.Options langs: - csharp - vb name: BlurZoomedOut nameWithType: Options.BlurZoomedOut fullName: TinyLife.Options.BlurZoomedOut type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BlurZoomedOut path: ../TinyLife/Options.cs startLine: 233 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the camera should be blurred when zoomed out. This value is automatically used by . example: [] syntax: content: >- [DataMember] public bool BlurZoomedOut return: type: System.Boolean content.vb: >- Public BlurZoomedOut As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UiAnimations path: ../TinyLife/Options.cs startLine: 239 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether ui animations should be enabled. This value is automatically used by . example: [] syntax: content: >- [DataMember] public bool UiAnimations return: type: System.Boolean content.vb: >- Public UiAnimations As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.ShowBuildModeGrid commentId: F:TinyLife.Options.ShowBuildModeGrid id: ShowBuildModeGrid parent: TinyLife.Options langs: - csharp - vb name: ShowBuildModeGrid nameWithType: Options.ShowBuildModeGrid fullName: TinyLife.Options.ShowBuildModeGrid type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShowBuildModeGrid path: ../TinyLife/Options.cs startLine: 244 assemblies: - Tiny Life namespace: TinyLife summary: Whether a grid should be displayed in build mode. example: [] syntax: content: >- [DataMember] public bool ShowBuildModeGrid return: type: System.Boolean content.vb: >- Public ShowBuildModeGrid As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GamepadScreenBorder commentId: F:TinyLife.Options.GamepadScreenBorder id: GamepadScreenBorder parent: TinyLife.Options langs: - csharp - vb name: GamepadScreenBorder nameWithType: Options.GamepadScreenBorder fullName: TinyLife.Options.GamepadScreenBorder type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadScreenBorder path: ../TinyLife/Options.cs startLine: 249 assemblies: - Tiny Life namespace: TinyLife summary: A percentual border around the screen's border at which the camera will start scrolling when gamepad controls are used. example: [] syntax: content: >- [DataMember] public float GamepadScreenBorder return: type: System.Single content.vb: >- Public GamepadScreenBorder As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GamepadCursorSpeed commentId: F:TinyLife.Options.GamepadCursorSpeed id: GamepadCursorSpeed parent: TinyLife.Options langs: - csharp - vb name: GamepadCursorSpeed nameWithType: Options.GamepadCursorSpeed fullName: TinyLife.Options.GamepadCursorSpeed type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadCursorSpeed path: ../TinyLife/Options.cs startLine: 254 assemblies: - Tiny Life namespace: TinyLife summary: The speed of the gamepad's cursor. example: [] syntax: content: >- [DataMember] public float GamepadCursorSpeed return: type: System.Single content.vb: >- Public GamepadCursorSpeed As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GamepadSwapTriggers commentId: F:TinyLife.Options.GamepadSwapTriggers id: GamepadSwapTriggers parent: TinyLife.Options langs: - csharp - vb name: GamepadSwapTriggers nameWithType: Options.GamepadSwapTriggers fullName: TinyLife.Options.GamepadSwapTriggers type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapTriggers path: ../TinyLife/Options.cs startLine: 259 assemblies: - Tiny Life namespace: TinyLife summary: Whether the left and right trigger's behavior should be swapped when using a gamepad. This value is used in and . example: [] syntax: content: >- [DataMember] public bool GamepadSwapTriggers return: type: System.Boolean content.vb: >- Public GamepadSwapTriggers As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GamepadSwapAForB commentId: F:TinyLife.Options.GamepadSwapAForB id: GamepadSwapAForB parent: TinyLife.Options langs: - csharp - vb name: GamepadSwapAForB nameWithType: Options.GamepadSwapAForB fullName: TinyLife.Options.GamepadSwapAForB type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapAForB path: ../TinyLife/Options.cs startLine: 264 assemblies: - Tiny Life namespace: TinyLife summary: Whether the A and B buttons' behaviors should be swapped when using a gamepad. This value is used in and . example: [] syntax: content: >- [DataMember] public bool GamepadSwapAForB return: type: System.Boolean content.vb: >- Public GamepadSwapAForB As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.GamepadSwapXForY commentId: F:TinyLife.Options.GamepadSwapXForY id: GamepadSwapXForY parent: TinyLife.Options langs: - csharp - vb name: GamepadSwapXForY nameWithType: Options.GamepadSwapXForY fullName: TinyLife.Options.GamepadSwapXForY type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapXForY path: ../TinyLife/Options.cs startLine: 269 assemblies: - Tiny Life namespace: TinyLife summary: Whether the X and Y buttons' behaviors should be swapped when using a gamepad. This value is used in and . example: [] syntax: content: >- [DataMember] public bool GamepadSwapXForY return: type: System.Boolean content.vb: >- Public GamepadSwapXForY As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.HideControlsHints commentId: F:TinyLife.Options.HideControlsHints id: HideControlsHints parent: TinyLife.Options langs: - csharp - vb name: HideControlsHints nameWithType: Options.HideControlsHints fullName: TinyLife.Options.HideControlsHints type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideControlsHints path: ../TinyLife/Options.cs startLine: 274 assemblies: - Tiny Life namespace: TinyLife summary: Whether the in the bottom-right corner of the screen should be hidden. example: [] syntax: content: >- [DataMember] public bool HideControlsHints return: type: System.Boolean content.vb: >- Public HideControlsHints As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.HideGamepadControlsHints commentId: F:TinyLife.Options.HideGamepadControlsHints id: HideGamepadControlsHints parent: TinyLife.Options langs: - csharp - vb name: HideGamepadControlsHints nameWithType: Options.HideGamepadControlsHints fullName: TinyLife.Options.HideGamepadControlsHints type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideGamepadControlsHints path: ../TinyLife/Options.cs startLine: 280 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the gamepad controls hints should be hidden, even when using a gamepad. This value is used by . example: [] syntax: content: >- [DataMember] public bool HideGamepadControlsHints return: type: System.Boolean content.vb: >- Public HideGamepadControlsHints As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.HideDemoHints commentId: F:TinyLife.Options.HideDemoHints id: HideDemoHints parent: TinyLife.Options langs: - csharp - vb name: HideDemoHints nameWithType: Options.HideDemoHints fullName: TinyLife.Options.HideDemoHints type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideDemoHints path: ../TinyLife/Options.cs startLine: 285 assemblies: - Tiny Life namespace: TinyLife summary: Whether "unavailable in demo" hints should be hidden. example: [] syntax: content: >- [DataMember] public bool HideDemoHints return: type: System.Boolean content.vb: >- Public HideDemoHints As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.HideEarlyAccessHints commentId: F:TinyLife.Options.HideEarlyAccessHints id: HideEarlyAccessHints parent: TinyLife.Options langs: - csharp - vb name: HideEarlyAccessHints nameWithType: Options.HideEarlyAccessHints fullName: TinyLife.Options.HideEarlyAccessHints type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideEarlyAccessHints path: ../TinyLife/Options.cs startLine: 290 assemblies: - Tiny Life namespace: TinyLife summary: Whether "on the roadmap" hints should be hidden. example: [] syntax: content: >- [DataMember] public bool HideEarlyAccessHints return: type: System.Boolean content.vb: >- Public HideEarlyAccessHints As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.AllowMods commentId: F:TinyLife.Options.AllowMods id: AllowMods parent: TinyLife.Options langs: - csharp - vb name: AllowMods nameWithType: Options.AllowMods fullName: TinyLife.Options.AllowMods type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllowMods path: ../TinyLife/Options.cs startLine: 295 assemblies: - Tiny Life namespace: TinyLife summary: Whether loading mods is allowed. example: [] syntax: content: >- [DataMember] public bool AllowMods return: type: System.Boolean content.vb: >- Public AllowMods As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.InGameMusic commentId: F:TinyLife.Options.InGameMusic id: InGameMusic parent: TinyLife.Options langs: - csharp - vb name: InGameMusic nameWithType: Options.InGameMusic fullName: TinyLife.Options.InGameMusic type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameMusic path: ../TinyLife/Options.cs startLine: 300 assemblies: - Tiny Life namespace: TinyLife summary: Whether music should be played in Play Mode. This is used by the occasion. example: [] syntax: content: >- [DataMember] public bool InGameMusic return: type: System.Boolean content.vb: >- Public InGameMusic As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.TransparentTooltips commentId: F:TinyLife.Options.TransparentTooltips id: TransparentTooltips parent: TinyLife.Options langs: - csharp - vb name: TransparentTooltips nameWithType: Options.TransparentTooltips fullName: TinyLife.Options.TransparentTooltips type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TransparentTooltips path: ../TinyLife/Options.cs startLine: 305 assemblies: - Tiny Life namespace: TinyLife summary: Whether a should be displayed with transparency. example: [] syntax: content: >- [DataMember] public bool TransparentTooltips return: type: System.Boolean content.vb: >- Public TransparentTooltips As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.InstantTooltips commentId: F:TinyLife.Options.InstantTooltips id: InstantTooltips parent: TinyLife.Options langs: - csharp - vb name: InstantTooltips nameWithType: Options.InstantTooltips fullName: TinyLife.Options.InstantTooltips type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InstantTooltips path: ../TinyLife/Options.cs startLine: 310 assemblies: - Tiny Life namespace: TinyLife summary: Whether a should display instantly, rather than with a short delay. example: [] syntax: content: >- [DataMember] public bool InstantTooltips return: type: System.Boolean content.vb: >- Public InstantTooltips As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.LongerNotifications commentId: F:TinyLife.Options.LongerNotifications id: LongerNotifications parent: TinyLife.Options langs: - csharp - vb name: LongerNotifications nameWithType: Options.LongerNotifications fullName: TinyLife.Options.LongerNotifications type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LongerNotifications path: ../TinyLife/Options.cs startLine: 315 assemblies: - Tiny Life namespace: TinyLife summary: Whether should display with twice the amount of time before they disappear. example: [] syntax: content: >- [DataMember] public bool LongerNotifications return: type: System.Boolean content.vb: >- Public LongerNotifications As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.CursorScale commentId: F:TinyLife.Options.CursorScale id: CursorScale parent: TinyLife.Options langs: - csharp - vb name: CursorScale nameWithType: Options.CursorScale fullName: TinyLife.Options.CursorScale type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CursorScale path: ../TinyLife/Options.cs startLine: 320 assemblies: - Tiny Life namespace: TinyLife summary: The game's scale. example: [] syntax: content: >- [DataMember] public float CursorScale return: type: System.Single content.vb: >- Public CursorScale As Single attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.HighlightTinies commentId: F:TinyLife.Options.HighlightTinies id: HighlightTinies parent: TinyLife.Options langs: - csharp - vb name: HighlightTinies nameWithType: Options.HighlightTinies fullName: TinyLife.Options.HighlightTinies type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HighlightTinies path: ../TinyLife/Options.cs startLine: 325 assemblies: - Tiny Life namespace: TinyLife summary: Whether Tinies in the world should be highlighted using the selection outline effect. example: [] syntax: content: >- [DataMember] public bool HighlightTinies return: type: System.Boolean content.vb: >- Public HighlightTinies As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Options.Apply(System.Boolean) commentId: M:TinyLife.Options.Apply(System.Boolean) id: Apply(System.Boolean) parent: TinyLife.Options langs: - csharp - vb name: Apply(bool) nameWithType: Options.Apply(bool) fullName: TinyLife.Options.Apply(bool) type: Method source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Apply path: ../TinyLife/Options.cs startLine: 353 assemblies: - Tiny Life namespace: TinyLife summary: Applies the currently selected options of this instance to the game example: [] syntax: content: public void Apply(bool fullyLoaded = true) parameters: - id: fullyLoaded type: System.Boolean content.vb: Public Sub Apply(fullyLoaded As Boolean = True) overload: TinyLife.Options.Apply* nameWithType.vb: Options.Apply(Boolean) fullName.vb: TinyLife.Options.Apply(Boolean) name.vb: Apply(Boolean) - 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: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs startLine: 394 assemblies: - Tiny Life namespace: TinyLife summary: Saves the options to the default options file path example: [] syntax: content: public void Save() content.vb: Public Sub Save() overload: TinyLife.Options.Save* references: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) commentId: M:TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) isExternal: true href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ name: Initialize(UiSystem, bool, Tab) nameWithType: OptionsMenu.Initialize(UiSystem, bool, OptionsMenu.Tab) fullName: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem, bool, TinyLife.Uis.OptionsMenu.Tab) nameWithType.vb: OptionsMenu.Initialize(UiSystem, Boolean, OptionsMenu.Tab) fullName.vb: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem, Boolean, TinyLife.Uis.OptionsMenu.Tab) name.vb: Initialize(UiSystem, Boolean, Tab) spec.csharp: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) name: Initialize href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Uis.OptionsMenu.Tab name: Tab href: TinyLife.Uis.OptionsMenu.Tab.html - name: ) spec.vb: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) name: Initialize href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Uis.OptionsMenu.Tab name: Tab href: TinyLife.Uis.OptionsMenu.Tab.html - name: ) - uid: TinyLife commentId: N:TinyLife href: TinyLife.html name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - 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 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: GetData(string) nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - 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) href: TinyLife.Utilities.Extensions.html#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)(Options) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Options)(TinyLife.Options) name.vb: JsonCopy(Of Options)(Options) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Options) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: '>' - name: ( - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Options) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: ) - name: ( - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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 href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.WallDisplay commentId: T:TinyLife.WallDisplay parent: TinyLife href: TinyLife.WallDisplay.html name: WallDisplay nameWithType: WallDisplay fullName: TinyLife.WallDisplay - uid: TinyLife.WallDisplay[] isExternal: true href: TinyLife.WallDisplay.html name: WallDisplay[] nameWithType: WallDisplay[] fullName: TinyLife.WallDisplay[] nameWithType.vb: WallDisplay() fullName.vb: TinyLife.WallDisplay() name.vb: WallDisplay() spec.csharp: - uid: TinyLife.WallDisplay name: WallDisplay href: TinyLife.WallDisplay.html - name: '[' - name: ']' spec.vb: - uid: TinyLife.WallDisplay name: WallDisplay href: TinyLife.WallDisplay.html - name: ( - name: ) - uid: TinyLife.GameSpeed commentId: T:TinyLife.GameSpeed parent: TinyLife href: TinyLife.GameSpeed.html name: GameSpeed nameWithType: GameSpeed fullName: TinyLife.GameSpeed - uid: TinyLife.GameSpeed[] isExternal: true href: TinyLife.GameSpeed.html name: GameSpeed[] nameWithType: GameSpeed[] fullName: TinyLife.GameSpeed[] nameWithType.vb: GameSpeed() fullName.vb: TinyLife.GameSpeed() name.vb: GameSpeed() spec.csharp: - uid: TinyLife.GameSpeed name: GameSpeed href: TinyLife.GameSpeed.html - name: '[' - name: ']' spec.vb: - uid: TinyLife.GameSpeed name: GameSpeed href: TinyLife.GameSpeed.html - name: ( - name: ) - 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 href: TinyLife.Options.html name: Options nameWithType: Options fullName: TinyLife.Options - uid: System.Reflection.FieldInfo[] isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo 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 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '[' - name: ']' spec.vb: - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ( - name: ) - uid: MLEM.Input commentId: N:MLEM.Input isExternal: true name: MLEM.Input nameWithType: MLEM.Input fullName: MLEM.Input spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Input name: Input isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Input name: Input isExternal: true - uid: Microsoft.Xna.Framework.Input.Keys.Escape commentId: F:Microsoft.Xna.Framework.Input.Keys.Escape isExternal: true name: Escape nameWithType: Keys.Escape fullName: Microsoft.Xna.Framework.Input.Keys.Escape - uid: TinyLife.Options.Instance* commentId: Overload:TinyLife.Options.Instance href: TinyLife.Options.html#TinyLife_Options_Instance name: Instance nameWithType: Options.Instance fullName: TinyLife.Options.Instance - uid: Microsoft.Xna.Framework.Input.Buttons commentId: T:Microsoft.Xna.Framework.Input.Buttons parent: Microsoft.Xna.Framework.Input isExternal: true name: Buttons nameWithType: Buttons fullName: Microsoft.Xna.Framework.Input.Buttons - uid: TinyLife.Options.GamepadSwapAForB commentId: F:TinyLife.Options.GamepadSwapAForB href: TinyLife.Options.html#TinyLife_Options_GamepadSwapAForB name: GamepadSwapAForB nameWithType: Options.GamepadSwapAForB fullName: TinyLife.Options.GamepadSwapAForB - uid: TinyLife.Options.AButton* commentId: Overload:TinyLife.Options.AButton href: TinyLife.Options.html#TinyLife_Options_AButton name: AButton nameWithType: Options.AButton fullName: TinyLife.Options.AButton - uid: Microsoft.Xna.Framework.Input commentId: N:Microsoft.Xna.Framework.Input isExternal: true name: Microsoft.Xna.Framework.Input nameWithType: Microsoft.Xna.Framework.Input fullName: Microsoft.Xna.Framework.Input spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Input name: Input isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Input name: Input isExternal: true - uid: TinyLife.Options.BButton* commentId: Overload:TinyLife.Options.BButton href: TinyLife.Options.html#TinyLife_Options_BButton name: BButton nameWithType: Options.BButton fullName: TinyLife.Options.BButton - uid: TinyLife.Options.GamepadSwapXForY commentId: F:TinyLife.Options.GamepadSwapXForY href: TinyLife.Options.html#TinyLife_Options_GamepadSwapXForY name: GamepadSwapXForY nameWithType: Options.GamepadSwapXForY fullName: TinyLife.Options.GamepadSwapXForY - uid: TinyLife.Options.XButton* commentId: Overload:TinyLife.Options.XButton href: TinyLife.Options.html#TinyLife_Options_XButton name: XButton nameWithType: Options.XButton fullName: TinyLife.Options.XButton - uid: TinyLife.Options.YButton* commentId: Overload:TinyLife.Options.YButton href: TinyLife.Options.html#TinyLife_Options_YButton name: YButton nameWithType: Options.YButton fullName: TinyLife.Options.YButton - uid: TinyLife.Options.GamepadSwapTriggers commentId: F:TinyLife.Options.GamepadSwapTriggers href: TinyLife.Options.html#TinyLife_Options_GamepadSwapTriggers name: GamepadSwapTriggers nameWithType: Options.GamepadSwapTriggers fullName: TinyLife.Options.GamepadSwapTriggers - uid: TinyLife.Options.LeftTrigger* commentId: Overload:TinyLife.Options.LeftTrigger href: TinyLife.Options.html#TinyLife_Options_LeftTrigger name: LeftTrigger nameWithType: Options.LeftTrigger fullName: TinyLife.Options.LeftTrigger - uid: TinyLife.Options.RightTrigger* commentId: Overload:TinyLife.Options.RightTrigger href: TinyLife.Options.html#TinyLife_Options_RightTrigger name: RightTrigger nameWithType: Options.RightTrigger fullName: TinyLife.Options.RightTrigger - uid: TinyLife.Options.WallMode commentId: F:TinyLife.Options.WallMode href: TinyLife.Options.html#TinyLife_Options_WallMode name: WallMode nameWithType: Options.WallMode fullName: TinyLife.Options.WallMode - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: TinyLife.Localization commentId: T:TinyLife.Localization href: TinyLife.Localization.html name: Localization nameWithType: Localization fullName: TinyLife.Localization - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: MLEM.Ui.UiSystem commentId: T:MLEM.Ui.UiSystem isExternal: true name: UiSystem nameWithType: UiSystem fullName: MLEM.Ui.UiSystem - uid: MLEM.Ui.UiSystem.GlobalScale commentId: P:MLEM.Ui.UiSystem.GlobalScale isExternal: true name: GlobalScale nameWithType: UiSystem.GlobalScale fullName: MLEM.Ui.UiSystem.GlobalScale - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,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.Single,System.Boolean,System.Boolean) isExternal: true href: TinyLife.World.Map.html#TinyLife_World_Map_PlaySound_Microsoft_Xna_Framework_Audio_SoundEffect_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Single_System_Boolean_System_Boolean_ name: PlaySound(SoundEffect, Vector2, float, float, float, bool, bool) nameWithType: Map.PlaySound(SoundEffect, Vector2, float, float, float, bool, bool) fullName: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect, Microsoft.Xna.Framework.Vector2, float, float, float, bool, bool) nameWithType.vb: Map.PlaySound(SoundEffect, Vector2, Single, Single, Single, Boolean, Boolean) fullName.vb: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect, Microsoft.Xna.Framework.Vector2, Single, Single, Single, Boolean, Boolean) name.vb: PlaySound(SoundEffect, Vector2, Single, Single, Single, Boolean, Boolean) spec.csharp: - uid: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean) name: PlaySound href: TinyLife.World.Map.html#TinyLife_World_Map_PlaySound_Microsoft_Xna_Framework_Audio_SoundEffect_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Single_System_Boolean_System_Boolean_ - name: ( - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean) name: PlaySound href: TinyLife.World.Map.html#TinyLife_World_Map_PlaySound_Microsoft_Xna_Framework_Audio_SoundEffect_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_System_Single_System_Boolean_System_Boolean_ - name: ( - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Options.SoundVolume commentId: F:TinyLife.Options.SoundVolume href: TinyLife.Options.html#TinyLife_Options_SoundVolume name: SoundVolume nameWithType: Options.SoundVolume fullName: TinyLife.Options.SoundVolume - 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 href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ name: Speak(SpeakStyle, float, float) nameWithType: Person.Speak(SpeakStyle, float, float) fullName: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle, float, float) nameWithType.vb: Person.Speak(SpeakStyle, Single, Single) fullName.vb: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle, Single, Single) name.vb: Speak(SpeakStyle, Single, Single) spec.csharp: - uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) name: Speak href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) name: Speak href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) commentId: M:TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) isExternal: true href: TinyLife.Tools.PlayModeTool.html#TinyLife_Tools_PlayModeTool_PlayEventSting_Microsoft_Xna_Framework_Audio_SoundEffect_ name: PlayEventSting(SoundEffect) nameWithType: PlayModeTool.PlayEventSting(SoundEffect) fullName: TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) spec.csharp: - uid: TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) name: PlayEventSting href: TinyLife.Tools.PlayModeTool.html#TinyLife_Tools_PlayModeTool_PlayEventSting_Microsoft_Xna_Framework_Audio_SoundEffect_ - name: ( - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: ) spec.vb: - uid: TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect) name: PlayEventSting href: TinyLife.Tools.PlayModeTool.html#TinyLife_Tools_PlayModeTool_PlayEventSting_Microsoft_Xna_Framework_Audio_SoundEffect_ - name: ( - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: ) - uid: TinyLife.World.Soundscape commentId: T:TinyLife.World.Soundscape href: TinyLife.World.Soundscape.html name: Soundscape nameWithType: Soundscape fullName: TinyLife.World.Soundscape - uid: TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) isExternal: true href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_ToVisualY_Microsoft_Xna_Framework_Vector2_ name: ToVisualY(Vector2) nameWithType: Extensions.ToVisualY(Vector2) fullName: TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) name: ToVisualY href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_ToVisualY_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2) name: ToVisualY href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_ToVisualY_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - 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 href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Misc_Direction2__ name: ApplyCameraRotation(Vector2, bool, Direction2?) nameWithType: Map.ApplyCameraRotation(Vector2, bool, Direction2?) fullName: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2, bool, MLEM.Misc.Direction2?) nameWithType.vb: Map.ApplyCameraRotation(Vector2, Boolean, Direction2?) fullName.vb: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2, Boolean, MLEM.Misc.Direction2?) name.vb: ApplyCameraRotation(Vector2, Boolean, Direction2?) spec.csharp: - uid: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2}) name: ApplyCameraRotation href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Misc_Direction2__ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ) spec.vb: - uid: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2}) name: ApplyCameraRotation href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Misc_Direction2__ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ) - 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 href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Misc_Direction2__ name: ApplyInverseCameraRotation(Vector2, Direction2?) nameWithType: Map.ApplyInverseCameraRotation(Vector2, Direction2?) fullName: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2, MLEM.Misc.Direction2?) spec.csharp: - uid: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2}) name: ApplyInverseCameraRotation href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Misc_Direction2__ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ) spec.vb: - uid: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2}) name: ApplyInverseCameraRotation href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Misc_Direction2__ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ) - uid: TinyLife.GameImpl.RotateCamera(System.Boolean) commentId: M:TinyLife.GameImpl.RotateCamera(System.Boolean) isExternal: true href: TinyLife.GameImpl.html#TinyLife_GameImpl_RotateCamera_System_Boolean_ name: RotateCamera(bool) nameWithType: GameImpl.RotateCamera(bool) fullName: TinyLife.GameImpl.RotateCamera(bool) nameWithType.vb: GameImpl.RotateCamera(Boolean) fullName.vb: TinyLife.GameImpl.RotateCamera(Boolean) name.vb: RotateCamera(Boolean) spec.csharp: - uid: TinyLife.GameImpl.RotateCamera(System.Boolean) name: RotateCamera href: TinyLife.GameImpl.html#TinyLife_GameImpl_RotateCamera_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.GameImpl.RotateCamera(System.Boolean) name: RotateCamera href: TinyLife.GameImpl.html#TinyLife_GameImpl_RotateCamera_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - 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 commentId: T:TinyLife.Objects.Furniture parent: TinyLife.Objects href: TinyLife.Objects.Furniture.html name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: TinyLife.Objects commentId: N:TinyLife.Objects href: TinyLife.html name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html - uid: TinyLife.GameImpl.Camera commentId: P:TinyLife.GameImpl.Camera href: TinyLife.GameImpl.html#TinyLife_GameImpl_Camera name: Camera nameWithType: GameImpl.Camera fullName: TinyLife.GameImpl.Camera - uid: TinyLife.Options.Apply(System.Boolean) commentId: M:TinyLife.Options.Apply(System.Boolean) isExternal: true href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_ name: Apply(bool) nameWithType: Options.Apply(bool) fullName: TinyLife.Options.Apply(bool) nameWithType.vb: Options.Apply(Boolean) fullName.vb: TinyLife.Options.Apply(Boolean) name.vb: Apply(Boolean) spec.csharp: - uid: TinyLife.Options.Apply(System.Boolean) name: Apply href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Options.Apply(System.Boolean) name: Apply href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Cameras.Camera.RoundPosition commentId: F:MLEM.Cameras.Camera.RoundPosition isExternal: true name: RoundPosition nameWithType: Camera.RoundPosition fullName: MLEM.Cameras.Camera.RoundPosition - uid: TinyLife.World.Map.GetMapSampler commentId: M:TinyLife.World.Map.GetMapSampler href: TinyLife.World.Map.html#TinyLife_World_Map_GetMapSampler name: GetMapSampler() nameWithType: Map.GetMapSampler() fullName: TinyLife.World.Map.GetMapSampler() spec.csharp: - uid: TinyLife.World.Map.GetMapSampler name: GetMapSampler href: TinyLife.World.Map.html#TinyLife_World_Map_GetMapSampler - name: ( - name: ) spec.vb: - uid: TinyLife.World.Map.GetMapSampler name: GetMapSampler href: TinyLife.World.Map.html#TinyLife_World_Map_GetMapSampler - name: ( - name: ) - uid: TinyLife.Uis.CoveringGroup commentId: T:TinyLife.Uis.CoveringGroup parent: TinyLife.Uis href: TinyLife.Uis.CoveringGroup.html name: CoveringGroup nameWithType: CoveringGroup fullName: TinyLife.Uis.CoveringGroup - uid: TinyLife.Uis commentId: N:TinyLife.Uis href: TinyLife.html name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html - uid: TinyLife.Options.LeftTrigger commentId: P:TinyLife.Options.LeftTrigger href: TinyLife.Options.html#TinyLife_Options_LeftTrigger name: LeftTrigger nameWithType: Options.LeftTrigger fullName: TinyLife.Options.LeftTrigger - uid: TinyLife.Options.RightTrigger commentId: P:TinyLife.Options.RightTrigger href: TinyLife.Options.html#TinyLife_Options_RightTrigger name: RightTrigger nameWithType: Options.RightTrigger fullName: TinyLife.Options.RightTrigger - uid: TinyLife.Options.AButton commentId: P:TinyLife.Options.AButton href: TinyLife.Options.html#TinyLife_Options_AButton name: AButton nameWithType: Options.AButton fullName: TinyLife.Options.AButton - uid: TinyLife.Options.BButton commentId: P:TinyLife.Options.BButton href: TinyLife.Options.html#TinyLife_Options_BButton name: BButton nameWithType: Options.BButton fullName: TinyLife.Options.BButton - uid: TinyLife.Options.XButton commentId: P:TinyLife.Options.XButton href: TinyLife.Options.html#TinyLife_Options_XButton name: XButton nameWithType: Options.XButton fullName: TinyLife.Options.XButton - uid: TinyLife.Options.YButton commentId: P:TinyLife.Options.YButton href: TinyLife.Options.html#TinyLife_Options_YButton name: YButton nameWithType: Options.YButton fullName: TinyLife.Options.YButton - uid: TinyLife.Uis.ControlsHint commentId: T:TinyLife.Uis.ControlsHint parent: TinyLife.Uis href: TinyLife.Uis.ControlsHint.html name: ControlsHint nameWithType: ControlsHint fullName: TinyLife.Uis.ControlsHint - uid: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor,System.Func{TinyLife.Options,Microsoft.Xna.Framework.Input.Buttons},Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Func{System.Boolean}) commentId: M:TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor,System.Func{TinyLife.Options,Microsoft.Xna.Framework.Input.Buttons},Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Func{System.Boolean}) isExternal: true href: TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_GamepadHint_MLEM_Ui_Anchor_System_Func_TinyLife_Options_Microsoft_Xna_Framework_Input_Buttons__Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Func_System_Boolean__ name: GamepadHint(Anchor, Func, Vector2, Vector2?, Func) nameWithType: Menus.GamepadHint(Anchor, Func, Vector2, Vector2?, Func) fullName: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor, System.Func, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2?, System.Func) nameWithType.vb: Menus.GamepadHint(Anchor, Func(Of Options, Buttons), Vector2, Vector2?, Func(Of Boolean)) fullName.vb: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor, System.Func(Of TinyLife.Options, Microsoft.Xna.Framework.Input.Buttons), Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2?, System.Func(Of Boolean)) name.vb: GamepadHint(Anchor, Func(Of Options, Buttons), Vector2, Vector2?, Func(Of Boolean)) spec.csharp: - uid: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor,System.Func{TinyLife.Options,Microsoft.Xna.Framework.Input.Buttons},Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Func{System.Boolean}) name: GamepadHint href: TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_GamepadHint_MLEM_Ui_Anchor_System_Func_TinyLife_Options_Microsoft_Xna_Framework_Input_Buttons__Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Func_System_Boolean__ - name: ( - uid: MLEM.Ui.Anchor name: Anchor isExternal: true - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Input.Buttons name: Buttons isExternal: true - name: '>' - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Func`1 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-1 - name: < - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor,System.Func{TinyLife.Options,Microsoft.Xna.Framework.Input.Buttons},Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Func{System.Boolean}) name: GamepadHint href: TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_GamepadHint_MLEM_Ui_Anchor_System_Func_TinyLife_Options_Microsoft_Xna_Framework_Input_Buttons__Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Func_System_Boolean__ - name: ( - uid: MLEM.Ui.Anchor name: Anchor isExternal: true - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Options name: Options href: TinyLife.Options.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Input.Buttons name: Buttons isExternal: true - name: ) - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Func`1 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-1 - name: ( - name: Of - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: TinyLife.Music commentId: T:TinyLife.Music href: TinyLife.Music.html name: Music nameWithType: Music fullName: TinyLife.Music - uid: TinyLife.Music.Occasion.InGame commentId: F:TinyLife.Music.Occasion.InGame href: TinyLife.Music.Occasion.html#TinyLife_Music_Occasion_InGame name: InGame nameWithType: Music.Occasion.InGame fullName: TinyLife.Music.Occasion.InGame - uid: MLEM.Ui.Elements.Tooltip commentId: T:MLEM.Ui.Elements.Tooltip parent: MLEM.Ui.Elements isExternal: true name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements isExternal: true name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Ui name: Ui isExternal: true - name: . - uid: MLEM.Ui.Elements name: Elements isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Ui name: Ui isExternal: true - name: . - uid: MLEM.Ui.Elements name: Elements isExternal: true - uid: TinyLife.Uis.Notifications commentId: T:TinyLife.Uis.Notifications href: TinyLife.Uis.Notifications.html name: Notifications nameWithType: Notifications fullName: TinyLife.Uis.Notifications - uid: TinyLife.Uis.Cursor commentId: T:TinyLife.Uis.Cursor href: TinyLife.Uis.Cursor.html name: Cursor nameWithType: Cursor fullName: TinyLife.Uis.Cursor - uid: TinyLife.Options.Apply* commentId: Overload:TinyLife.Options.Apply href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_ name: Apply nameWithType: Options.Apply fullName: TinyLife.Options.Apply - uid: TinyLife.Options.Save* commentId: Overload:TinyLife.Options.Save href: TinyLife.Options.html#TinyLife_Options_Save name: Save nameWithType: Options.Save fullName: TinyLife.Options.Save