mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
4279 lines
128 KiB
YAML
Generated
4279 lines
128 KiB
YAML
Generated
### 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.Migrations
|
|
- TinyLife.Options.MusicVolume
|
|
- TinyLife.Options.PauseGameKeybind
|
|
- TinyLife.Options.PauseOnInteraction
|
|
- TinyLife.Options.RightTrigger
|
|
- TinyLife.Options.RotateCameraKeybind
|
|
- TinyLife.Options.RotateKeybind
|
|
- TinyLife.Options.RoundCameraPosition
|
|
- TinyLife.Options.Save
|
|
- TinyLife.Options.SaveCompression
|
|
- TinyLife.Options.ScreenshotKeybind
|
|
- TinyLife.Options.SeenObjects
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The game's options, which are displayed in the <xref href="TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem%2cSystem.Boolean%2cTinyLife.Uis.OptionsMenu.Tab)" data-throw-if-not-resolved="false"></xref> menu and saved to disk
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataContract]
|
|
|
|
public class Options : JsonTypeSafeGenericDataHolder, IGenericDataHolder
|
|
content.vb: >-
|
|
<DataContract>
|
|
|
|
Public Class Options Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
inheritedMembers:
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: An array of all defined <xref href="TinyLife.WallDisplay" data-throw-if-not-resolved="false"></xref> 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: An array of all defined <xref href="TinyLife.GameSpeed" data-throw-if-not-resolved="false"></xref> 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: An array that contains all of the fields of type <xref href="MLEM.Input.Keybind" data-throw-if-not-resolved="false"></xref> in the <xref href="TinyLife.Options" data-throw-if-not-resolved="false"></xref> class
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The keybind used to unbind other keybinds in the options menu, which is set to <xref href="Microsoft.Xna.Framework.Input.Keys.Escape" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public static readonly Keybind UnbindKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: Public Shared ReadOnly UnbindKeybind As Keybind
|
|
- uid: TinyLife.Options.Migrations
|
|
commentId: F:TinyLife.Options.Migrations
|
|
id: Migrations
|
|
parent: TinyLife.Options
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Migrations
|
|
nameWithType: Options.Migrations
|
|
fullName: TinyLife.Options.Migrations
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The set of migrations that should be applied when options are loaded in <xref href="TinyLife.Options.Load" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
Note that only silent migrations are supported here.
|
|
example: []
|
|
syntax:
|
|
content: public static readonly List<Migration<Options>> Migrations
|
|
return:
|
|
type: System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Options}}
|
|
content.vb: Public Shared ReadOnly Migrations As List(Of Migration(Of Options))
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The static singleton instance of <xref href="TinyLife.Options" data-throw-if-not-resolved="false"></xref>
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CopyFurnitureKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly CopyFurnitureKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind StoreInHouseholdKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly StoreInHouseholdKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind RotateKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly RotateKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind SwitchPersonKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly SwitchPersonKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind PauseGameKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly PauseGameKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind IncreaseSpeedKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind DecreaseSpeedKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly DecreaseSpeedKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind ScreenshotKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly ScreenshotKeybind As Keybind
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind SellHeldObjectKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly SellHeldObjectKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind GridKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind ZoomInCameraKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind ZoomOutCameraKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind RotateCameraKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly RotateCameraKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CameraUpKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CameraDownKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CameraLeftKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CameraRightKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind WallsUpKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind WallsDownKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind TabForwardKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind TabBackKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind CheatsKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind FloorUpKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly Keybind FloorDownKeybind
|
|
return:
|
|
type: MLEM.Input.Keybind
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly FloorDownKeybind As Keybind
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Options.SeenObjects
|
|
commentId: F:TinyLife.Options.SeenObjects
|
|
id: SeenObjects
|
|
parent: TinyLife.Options
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SeenObjects
|
|
nameWithType: Options.SeenObjects
|
|
fullName: TinyLife.Options.SeenObjects
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The set of objects that have been seen by the player so far.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly HashSet<string> SeenObjects
|
|
return:
|
|
type: System.Collections.Generic.HashSet{System.String}
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public ReadOnly SeenObjects As HashSet(Of String)
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the A (or accept) button. This value is based on <xref href="TinyLife.Options.GamepadSwapAForB" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the B (or deny) button. This value is based on <xref href="TinyLife.Options.GamepadSwapAForB" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the X button. This value is based on <xref href="TinyLife.Options.GamepadSwapXForY" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the Y button. This value is based on <xref href="TinyLife.Options.GamepadSwapXForY" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the left trigger. This value is based on <xref href="TinyLife.Options.GamepadSwapTriggers" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Returns the <xref href="Microsoft.Xna.Framework.Input.Buttons" data-throw-if-not-resolved="false"></xref> value that is currently considered to be the right trigger. This value is based on <xref href="TinyLife.Options.GamepadSwapTriggers" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The currently selected <xref href="TinyLife.Options.WallMode" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public WallDisplay WallMode
|
|
return:
|
|
type: TinyLife.WallDisplay
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The currently selected language's language code.
|
|
|
|
Determines the language used by <xref href="TinyLife.Localization" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public string Language
|
|
return:
|
|
type: System.String
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public Language As String
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: A modifier that is applied to the game's <xref href="MLEM.Ui.UiSystem" data-throw-if-not-resolved="false"></xref>'s <xref href="MLEM.Ui.UiSystem.GlobalScale" data-throw-if-not-resolved="false"></xref>
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float UiScale
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public UiScale As Single
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The volume of in-world sounds, used by <xref href="TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Single%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> and its overloads.
|
|
|
|
Note that the world sound volume is still multiplied with the sound master volume <xref href="TinyLife.Options.SoundVolume" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float WorldSoundVolume
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public WorldSoundVolume As Single
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The volume of speech sounds, used by <xref href="TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle%2cSystem.Single%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
Note that the speech sound volume is still multiplied with the sound master volume <xref href="TinyLife.Options.SoundVolume" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float SpeechVolume
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public SpeechVolume As Single
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
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 <xref href="TinyLife.Options.SoundVolume" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float EmotionStingVolume
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The volume of event sting sound effects, used by <xref href="TinyLife.Tools.PlayModeTool.PlayEventSting(Microsoft.Xna.Framework.Audio.SoundEffect)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
Note that the sting volume is still multiplied with the sound master volume <xref href="TinyLife.Options.SoundVolume" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float EventStingVolume
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The volume of ambiant sounds created by <xref href="TinyLife.World.Soundscape" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
Note that the soundscape volume is still multiplied with the master sound volume <xref href="TinyLife.Options.SoundVolume" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float SoundscapeVolume
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public SoundscapeVolume As Single
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The game's camera rotation.
|
|
|
|
To use this value effectively, you can use <xref href="TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Maths.Direction2%7d)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMLEM.Maths.Direction2%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This value should be changed through <xref href="TinyLife.GameImpl.RotateCamera(System.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public Direction2 CameraRotation
|
|
return:
|
|
type: MLEM.Maths.Direction2
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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 <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> object is drawn.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool HideHangingObjects
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public HideHangingObjects As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
Whether the <xref href="TinyLife.GameImpl.Camera" data-throw-if-not-resolved="false"></xref>'s position should be rounded.
|
|
|
|
In <xref href="TinyLife.Options.Apply(System.Boolean)" data-throw-if-not-resolved="false"></xref>, this value is passed to <xref href="MLEM.Cameras.Camera.RoundPosition" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool RoundCameraPosition
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public RoundCameraPosition As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
Whether the camera should be blurred when zoomed out.
|
|
|
|
This value is automatically used by <xref href="TinyLife.World.Map.GetMapSampler" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool BlurZoomedOut
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
Whether ui animations should be enabled.
|
|
|
|
This value is automatically used by <xref href="TinyLife.Uis.CoveringGroup" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool UiAnimations
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public UiAnimations As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- 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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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 <xref href="TinyLife.Options.LeftTrigger" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Options.RightTrigger" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool GamepadSwapTriggers
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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 <xref href="TinyLife.Options.AButton" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Options.BButton" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool GamepadSwapAForB
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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 <xref href="TinyLife.Options.XButton" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Options.YButton" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool GamepadSwapXForY
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether the <xref href="TinyLife.Uis.ControlsHint" data-throw-if-not-resolved="false"></xref> in the bottom-right corner of the screen should be hidden.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool HideControlsHints
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
Whether the gamepad controls hints should be hidden, even when using a gamepad.
|
|
|
|
This value is used by <xref href="TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor%2cSystem.Func%7bTinyLife.Options%2cMicrosoft.Xna.Framework.Input.Buttons%7d%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Func%7bSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool HideGamepadControlsHints
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether loading mods is allowed.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool AllowMods
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether music should be played in Play Mode. This is used by the <xref href="TinyLife.Music" data-throw-if-not-resolved="false"></xref> <xref href="TinyLife.Music.Occasion.InGame" data-throw-if-not-resolved="false"></xref> occasion.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool InGameMusic
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether a <xref href="MLEM.Ui.Elements.Tooltip" data-throw-if-not-resolved="false"></xref> should be displayed with transparency.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool TransparentTooltips
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether a <xref href="MLEM.Ui.Elements.Tooltip" data-throw-if-not-resolved="false"></xref> should display instantly, rather than with a short delay.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool InstantTooltips
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether <xref href="TinyLife.Uis.Notifications" data-throw-if-not-resolved="false"></xref> should display with twice the amount of time before they disappear.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool LongerNotifications
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: The game's <xref href="TinyLife.Uis.Cursor" data-throw-if-not-resolved="false"></xref> scale.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public float CursorScale
|
|
return:
|
|
type: System.Single
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
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
|
|
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: >-
|
|
<DataMember>
|
|
|
|
Public HighlightTinies As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Options.PauseOnInteraction
|
|
commentId: F:TinyLife.Options.PauseOnInteraction
|
|
id: PauseOnInteraction
|
|
parent: TinyLife.Options
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PauseOnInteraction
|
|
nameWithType: Options.PauseOnInteraction
|
|
fullName: TinyLife.Options.PauseOnInteraction
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: Whether the game should pause when the <xref href="TinyLife.Tools.PlayModeTool" data-throw-if-not-resolved="false"></xref>'s interaction menu is open.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool PauseOnInteraction
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public PauseOnInteraction As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Options.SaveCompression
|
|
commentId: F:TinyLife.Options.SaveCompression
|
|
id: SaveCompression
|
|
parent: TinyLife.Options
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SaveCompression
|
|
nameWithType: Options.SaveCompression
|
|
fullName: TinyLife.Options.SaveCompression
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife
|
|
summary: >-
|
|
The compression level that should be used by the <xref href="TinyLife.SaveHandler" data-throw-if-not-resolved="false"></xref> when saving the game to file.
|
|
|
|
This option is not exposed to the options menu by default, and can only be changed by players by manually editing the options file.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
[JsonConverter(typeof(StringEnumConverter))]
|
|
|
|
public CompressionLevel SaveCompression
|
|
return:
|
|
type: System.IO.Compression.CompressionLevel
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
<JsonConverter(GetType(StringEnumConverter))>
|
|
|
|
Public SaveCompression As CompressionLevel
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- type: Newtonsoft.Json.JsonConverterAttribute
|
|
ctor: Newtonsoft.Json.JsonConverterAttribute.#ctor(System.Type)
|
|
arguments:
|
|
- type: System.Type
|
|
value: Newtonsoft.Json.Converters.StringEnumConverter
|
|
- 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
|
|
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
|
|
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``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<T>(string, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(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<T>(string)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(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>(Options)
|
|
nameWithType: Extensions.JsonCopy<Options>(Options)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Options>(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<T>(string, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(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>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
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.Load
|
|
commentId: M:TinyLife.Options.Load
|
|
href: TinyLife.Options.html#TinyLife_Options_Load
|
|
name: Load()
|
|
nameWithType: Options.Load()
|
|
fullName: TinyLife.Options.Load()
|
|
spec.csharp:
|
|
- uid: TinyLife.Options.Load
|
|
name: Load
|
|
href: TinyLife.Options.html#TinyLife_Options_Load
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Options.Load
|
|
name: Load
|
|
href: TinyLife.Options.html#TinyLife_Options_Load
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Options}}
|
|
commentId: T:System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Options}}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<Migration<Options>>
|
|
nameWithType: List<Migration<Options>>
|
|
fullName: System.Collections.Generic.List<TinyLife.Utilities.Migration<TinyLife.Options>>
|
|
nameWithType.vb: List(Of Migration(Of Options))
|
|
fullName.vb: System.Collections.Generic.List(Of TinyLife.Utilities.Migration(Of TinyLife.Options))
|
|
name.vb: List(Of Migration(Of Options))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: TinyLife.Utilities.Migration`1
|
|
name: Migration
|
|
href: TinyLife.Utilities.Migration-1.html
|
|
- name: <
|
|
- uid: TinyLife.Options
|
|
name: Options
|
|
href: TinyLife.Options.html
|
|
- name: '>'
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.Migration`1
|
|
name: Migration
|
|
href: TinyLife.Utilities.Migration-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Options
|
|
name: Options
|
|
href: TinyLife.Options.html
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1
|
|
commentId: T:System.Collections.Generic.List`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullName.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- 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: System.Collections.Generic.HashSet{System.String}
|
|
commentId: T:System.Collections.Generic.HashSet{System.String}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.HashSet`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
name: HashSet<string>
|
|
nameWithType: HashSet<string>
|
|
fullName: System.Collections.Generic.HashSet<string>
|
|
nameWithType.vb: HashSet(Of String)
|
|
fullName.vb: System.Collections.Generic.HashSet(Of String)
|
|
name.vb: HashSet(Of String)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.HashSet`1
|
|
name: HashSet
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
- name: <
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.HashSet`1
|
|
name: HashSet
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: System.Collections.Generic.HashSet`1
|
|
commentId: T:System.Collections.Generic.HashSet`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
name: HashSet<T>
|
|
nameWithType: HashSet<T>
|
|
fullName: System.Collections.Generic.HashSet<T>
|
|
nameWithType.vb: HashSet(Of T)
|
|
fullName.vb: System.Collections.Generic.HashSet(Of T)
|
|
name.vb: HashSet(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.HashSet`1
|
|
name: HashSet
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.HashSet`1
|
|
name: HashSet
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- 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
|
|
parent: MLEM.Ui
|
|
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: MLEM.Ui
|
|
commentId: N:MLEM.Ui
|
|
isExternal: true
|
|
name: MLEM.Ui
|
|
nameWithType: MLEM.Ui
|
|
fullName: MLEM.Ui
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui
|
|
name: Ui
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui
|
|
name: Ui
|
|
isExternal: true
|
|
- 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.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
|
|
name: Speak(SpeakStyle, float, float)
|
|
nameWithType: PersonLike.Speak(SpeakStyle, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, float, float)
|
|
nameWithType.vb: PersonLike.Speak(SpeakStyle, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, Single, Single)
|
|
name.vb: Speak(SpeakStyle, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
name: Speak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_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.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
name: Speak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_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.Objects.PersonLike
|
|
commentId: T:TinyLife.Objects.PersonLike
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike
|
|
nameWithType: PersonLike
|
|
fullName: TinyLife.Objects.PersonLike
|
|
- 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.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.Maths.Direction2})
|
|
commentId: M:TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2})
|
|
isExternal: true
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Maths_Direction2__
|
|
name: ApplyCameraRotation(Vector2, bool, Direction2?)
|
|
nameWithType: Map.ApplyCameraRotation(Vector2, bool, Direction2?)
|
|
fullName: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2, bool, MLEM.Maths.Direction2?)
|
|
nameWithType.vb: Map.ApplyCameraRotation(Vector2, Boolean, Direction2?)
|
|
fullName.vb: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2, Boolean, MLEM.Maths.Direction2?)
|
|
name.vb: ApplyCameraRotation(Vector2, Boolean, Direction2?)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2})
|
|
name: ApplyCameraRotation
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Maths_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.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2})
|
|
name: ApplyCameraRotation
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyCameraRotation_Microsoft_Xna_Framework_Vector2_System_Boolean_System_Nullable_MLEM_Maths_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.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Maths.Direction2})
|
|
commentId: M:TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Maths.Direction2})
|
|
isExternal: true
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Maths_Direction2__
|
|
name: ApplyInverseCameraRotation(Vector2, Direction2?)
|
|
nameWithType: Map.ApplyInverseCameraRotation(Vector2, Direction2?)
|
|
fullName: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2, MLEM.Maths.Direction2?)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Maths.Direction2})
|
|
name: ApplyInverseCameraRotation
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Maths_Direction2__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Maths.Direction2})
|
|
name: ApplyInverseCameraRotation
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_ApplyInverseCameraRotation_Microsoft_Xna_Framework_Vector2_System_Nullable_MLEM_Maths_Direction2__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.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.Maths.Direction2
|
|
commentId: T:MLEM.Maths.Direction2
|
|
parent: MLEM.Maths
|
|
isExternal: true
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Maths.Direction2
|
|
- uid: MLEM.Maths
|
|
commentId: N:MLEM.Maths
|
|
isExternal: true
|
|
name: MLEM.Maths
|
|
nameWithType: MLEM.Maths
|
|
fullName: MLEM.Maths
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Maths
|
|
name: Maths
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Maths
|
|
name: Maths
|
|
isExternal: true
|
|
- 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.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<Options, Buttons>, Vector2, Vector2?, Func<bool>)
|
|
nameWithType: Menus.GamepadHint(Anchor, Func<Options, Buttons>, Vector2, Vector2?, Func<bool>)
|
|
fullName: TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor, System.Func<TinyLife.Options, Microsoft.Xna.Framework.Input.Buttons>, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2?, System.Func<bool>)
|
|
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.Tools.PlayModeTool
|
|
commentId: T:TinyLife.Tools.PlayModeTool
|
|
parent: TinyLife.Tools
|
|
href: TinyLife.Tools.PlayModeTool.html
|
|
name: PlayModeTool
|
|
nameWithType: PlayModeTool
|
|
fullName: TinyLife.Tools.PlayModeTool
|
|
- uid: TinyLife.Tools
|
|
commentId: N:TinyLife.Tools
|
|
href: TinyLife.html
|
|
name: TinyLife.Tools
|
|
nameWithType: TinyLife.Tools
|
|
fullName: TinyLife.Tools
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Tools
|
|
name: Tools
|
|
href: TinyLife.Tools.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Tools
|
|
name: Tools
|
|
href: TinyLife.Tools.html
|
|
- uid: TinyLife.SaveHandler
|
|
commentId: T:TinyLife.SaveHandler
|
|
href: TinyLife.SaveHandler.html
|
|
name: SaveHandler
|
|
nameWithType: SaveHandler
|
|
fullName: TinyLife.SaveHandler
|
|
- uid: System.IO.Compression.CompressionLevel
|
|
commentId: T:System.IO.Compression.CompressionLevel
|
|
parent: System.IO.Compression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.compression.compressionlevel
|
|
name: CompressionLevel
|
|
nameWithType: CompressionLevel
|
|
fullName: System.IO.Compression.CompressionLevel
|
|
- uid: System.IO.Compression
|
|
commentId: N:System.IO.Compression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.IO.Compression
|
|
nameWithType: System.IO.Compression
|
|
fullName: System.IO.Compression
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.IO
|
|
name: IO
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io
|
|
- name: .
|
|
- uid: System.IO.Compression
|
|
name: Compression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.compression
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.IO
|
|
name: IO
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io
|
|
- name: .
|
|
- uid: System.IO.Compression
|
|
name: Compression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.compression
|
|
- 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
|