mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
oop
This commit is contained in:
parent
ccdccbe420
commit
782d45069c
5 changed files with 3464 additions and 0 deletions
1143
docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml
Normal file
1143
docs/api/TinyLife.Actions.Behaviors.PhoneBehavior.yml
Normal file
File diff suppressed because it is too large
Load diff
174
docs/api/TinyLife.NeedType.PassiveReductionDelegate.yml
Normal file
174
docs/api/TinyLife.NeedType.PassiveReductionDelegate.yml
Normal file
|
@ -0,0 +1,174 @@
|
||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
commentId: T:TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
id: NeedType.PassiveReductionDelegate
|
||||||
|
parent: TinyLife
|
||||||
|
children: []
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NeedType.PassiveReductionDelegate
|
||||||
|
nameWithType: NeedType.PassiveReductionDelegate
|
||||||
|
fullName: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
type: Delegate
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Need.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: PassiveReductionDelegate
|
||||||
|
path: ../TinyLife/Need.cs
|
||||||
|
startLine: 233
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nA delegate used for <xref href=\"TinyLife.NeedType.OnGetPassiveReduction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public delegate void NeedType.PassiveReductionDelegate(Person person, ref float reduction)
|
||||||
|
parameters:
|
||||||
|
- id: person
|
||||||
|
type: TinyLife.Objects.Person
|
||||||
|
- id: reduction
|
||||||
|
type: System.Single
|
||||||
|
content.vb: Public Delegate Sub NeedType.PassiveReductionDelegate(person As Person, reduction As Single)
|
||||||
|
extensionMethods:
|
||||||
|
- TinyLife.NeedType.PassiveReductionDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
references:
|
||||||
|
- uid: TinyLife.NeedType.OnGetPassiveReduction
|
||||||
|
commentId: E:TinyLife.NeedType.OnGetPassiveReduction
|
||||||
|
name: OnGetPassiveReduction
|
||||||
|
nameWithType: NeedType.OnGetPassiveReduction
|
||||||
|
fullName: TinyLife.NeedType.OnGetPassiveReduction
|
||||||
|
- uid: TinyLife
|
||||||
|
commentId: N:TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
nameWithType: TinyLife
|
||||||
|
fullName: TinyLife
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy<PassiveReductionDelegate>(PassiveReductionDelegate)
|
||||||
|
nameWithType: Extensions.JsonCopy<NeedType.PassiveReductionDelegate>(NeedType.PassiveReductionDelegate)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.NeedType.PassiveReductionDelegate>(TinyLife.NeedType.PassiveReductionDelegate)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of NeedType.PassiveReductionDelegate)(NeedType.PassiveReductionDelegate)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.NeedType.PassiveReductionDelegate)(TinyLife.NeedType.PassiveReductionDelegate)
|
||||||
|
name.vb: JsonCopy(Of PassiveReductionDelegate)(PassiveReductionDelegate)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.NeedType.PassiveReductionDelegate)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
name: PassiveReductionDelegate
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
name: PassiveReductionDelegate
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.NeedType.PassiveReductionDelegate)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
name: PassiveReductionDelegate
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||||
|
name: PassiveReductionDelegate
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
commentId: T:TinyLife.Objects.Person
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
name: Person
|
||||||
|
nameWithType: Person
|
||||||
|
fullName: TinyLife.Objects.Person
|
||||||
|
- uid: System.Single
|
||||||
|
commentId: T:System.Single
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
|
name: float
|
||||||
|
nameWithType: float
|
||||||
|
fullName: float
|
||||||
|
nameWithType.vb: Single
|
||||||
|
fullName.vb: Single
|
||||||
|
name.vb: Single
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy<T>(T)
|
||||||
|
nameWithType: Extensions.JsonCopy<T>(T)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||||
|
name.vb: JsonCopy(Of T)(T)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: <
|
||||||
|
- name: T
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Utilities.Extensions
|
||||||
|
commentId: T:TinyLife.Utilities.Extensions
|
||||||
|
parent: TinyLife.Utilities
|
||||||
|
name: Extensions
|
||||||
|
nameWithType: Extensions
|
||||||
|
fullName: TinyLife.Utilities.Extensions
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
commentId: N:TinyLife.Objects
|
||||||
|
name: TinyLife.Objects
|
||||||
|
nameWithType: TinyLife.Objects
|
||||||
|
fullName: TinyLife.Objects
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
- uid: System
|
||||||
|
commentId: N:System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||||||
|
name: System
|
||||||
|
nameWithType: System
|
||||||
|
fullName: System
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
commentId: N:TinyLife.Utilities
|
||||||
|
name: TinyLife.Utilities
|
||||||
|
nameWithType: TinyLife.Utilities
|
||||||
|
fullName: TinyLife.Utilities
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
368
docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml
Normal file
368
docs/api/TinyLife.Objects.IUpdatingObject.UpdateMode.yml
Normal file
|
@ -0,0 +1,368 @@
|
||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
commentId: T:TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
id: IUpdatingObject.UpdateMode
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
children:
|
||||||
|
- TinyLife.Objects.IUpdatingObject.UpdateMode.AlwaysMajor
|
||||||
|
- TinyLife.Objects.IUpdatingObject.UpdateMode.MajorIfActive
|
||||||
|
- TinyLife.Objects.IUpdatingObject.UpdateMode.Minor
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: IUpdatingObject.UpdateMode
|
||||||
|
nameWithType: IUpdatingObject.UpdateMode
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
type: Enum
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: UpdateMode
|
||||||
|
path: ../TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
startLine: 31
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
summary: "\nA set of update modes for updating objects, used by <xref href=\"TinyLife.Objects.IUpdatingObject.CurrentMode\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public enum IUpdatingObject.UpdateMode
|
||||||
|
content.vb: Public Enum IUpdatingObject.UpdateMode
|
||||||
|
extensionMethods:
|
||||||
|
- TinyLife.Objects.IUpdatingObject.UpdateMode.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode.MajorIfActive
|
||||||
|
commentId: F:TinyLife.Objects.IUpdatingObject.UpdateMode.MajorIfActive
|
||||||
|
id: MajorIfActive
|
||||||
|
parent: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: MajorIfActive
|
||||||
|
nameWithType: IUpdatingObject.UpdateMode.MajorIfActive
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.MajorIfActive
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: MajorIfActive
|
||||||
|
path: ../TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
startLine: 37
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
summary: "\nAn update mode that causes objects to be updated each update frame (through <xref href=\"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>), on the condition that the map the object is on returns <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">true</a> on <xref href=\"TinyLife.World.Map.IsActive\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen a map is inactive, the object is updated with the <xref href=\"TinyLife.World.Map.PassiveUpdateMinutes\" data-throw-if-not-resolved=\"false\"></xref> between each call to <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, but with the parameters adjusted to reflect the time passed.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: MajorIfActive = 0
|
||||||
|
return:
|
||||||
|
type: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode.AlwaysMajor
|
||||||
|
commentId: F:TinyLife.Objects.IUpdatingObject.UpdateMode.AlwaysMajor
|
||||||
|
id: AlwaysMajor
|
||||||
|
parent: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: AlwaysMajor
|
||||||
|
nameWithType: IUpdatingObject.UpdateMode.AlwaysMajor
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.AlwaysMajor
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: AlwaysMajor
|
||||||
|
path: ../TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
startLine: 41
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
summary: "\nAn update mode that causes objects to be updated each update frame (through <xref href=\"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>), regardless of whether the map the object is on returns <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">true</a> on <xref href=\"TinyLife.World.Map.IsActive\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: AlwaysMajor = 1
|
||||||
|
return:
|
||||||
|
type: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode.Minor
|
||||||
|
commentId: F:TinyLife.Objects.IUpdatingObject.UpdateMode.Minor
|
||||||
|
id: Minor
|
||||||
|
parent: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Minor
|
||||||
|
nameWithType: IUpdatingObject.UpdateMode.Minor
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.UpdateMode.Minor
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: Minor
|
||||||
|
path: ../TinyLife/Objects/IUpdatingObject.cs
|
||||||
|
startLine: 45
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
summary: "\nAn update mode that causes objects to update minorly all the time, meaning with the <xref href=\"TinyLife.World.Map.MinorUpdateMinutes\" data-throw-if-not-resolved=\"false\"></xref> between each call to <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, but with the parameters adjusted to reflect the time passed.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: Minor = 2
|
||||||
|
return:
|
||||||
|
type: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
references:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.CurrentMode
|
||||||
|
commentId: P:TinyLife.Objects.IUpdatingObject.CurrentMode
|
||||||
|
parent: TinyLife.Objects.IUpdatingObject
|
||||||
|
name: CurrentMode
|
||||||
|
nameWithType: IUpdatingObject.CurrentMode
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.CurrentMode
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
commentId: N:TinyLife.Objects
|
||||||
|
name: TinyLife.Objects
|
||||||
|
nameWithType: TinyLife.Objects
|
||||||
|
fullName: TinyLife.Objects
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy<UpdateMode>(UpdateMode)
|
||||||
|
nameWithType: Extensions.JsonCopy<IUpdatingObject.UpdateMode>(IUpdatingObject.UpdateMode)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.IUpdatingObject.UpdateMode>(TinyLife.Objects.IUpdatingObject.UpdateMode)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of IUpdatingObject.UpdateMode)(IUpdatingObject.UpdateMode)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.IUpdatingObject.UpdateMode)(TinyLife.Objects.IUpdatingObject.UpdateMode)
|
||||||
|
name.vb: JsonCopy(Of UpdateMode)(UpdateMode)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.IUpdatingObject.UpdateMode)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.IUpdatingObject.UpdateMode)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject
|
||||||
|
commentId: T:TinyLife.Objects.IUpdatingObject
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
name: IUpdatingObject
|
||||||
|
nameWithType: IUpdatingObject
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy<T>(T)
|
||||||
|
nameWithType: Extensions.JsonCopy<T>(T)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||||
|
name.vb: JsonCopy(Of T)(T)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: <
|
||||||
|
- name: T
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Utilities.Extensions
|
||||||
|
commentId: T:TinyLife.Utilities.Extensions
|
||||||
|
parent: TinyLife.Utilities
|
||||||
|
name: Extensions
|
||||||
|
nameWithType: Extensions
|
||||||
|
fullName: TinyLife.Utilities.Extensions
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
commentId: N:TinyLife.Utilities
|
||||||
|
name: TinyLife.Utilities
|
||||||
|
nameWithType: TinyLife.Utilities
|
||||||
|
fullName: TinyLife.Utilities
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
||||||
|
- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
commentId: M:TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
name: Update(GameTime, TimeSpan, float)
|
||||||
|
nameWithType: Map.Update(GameTime, TimeSpan, float)
|
||||||
|
fullName: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||||
|
nameWithType.vb: Map.Update(GameTime, TimeSpan, Single)
|
||||||
|
fullName.vb: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
||||||
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
name: Update
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Single
|
||||||
|
name: float
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
name: Update
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Single
|
||||||
|
name: Single
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.World.Map.IsActive
|
||||||
|
commentId: P:TinyLife.World.Map.IsActive
|
||||||
|
name: IsActive
|
||||||
|
nameWithType: Map.IsActive
|
||||||
|
fullName: TinyLife.World.Map.IsActive
|
||||||
|
- uid: TinyLife.World.Map.PassiveUpdateMinutes
|
||||||
|
commentId: F:TinyLife.World.Map.PassiveUpdateMinutes
|
||||||
|
name: PassiveUpdateMinutes
|
||||||
|
nameWithType: Map.PassiveUpdateMinutes
|
||||||
|
fullName: TinyLife.World.Map.PassiveUpdateMinutes
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
parent: TinyLife.Objects.IUpdatingObject
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
name: Update(GameTime, TimeSpan, float)
|
||||||
|
nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, float)
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
||||||
|
nameWithType.vb: IUpdatingObject.Update(GameTime, TimeSpan, Single)
|
||||||
|
fullName.vb: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
||||||
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
name: Update
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Single
|
||||||
|
name: float
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
name: Update
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Single
|
||||||
|
name: Single
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
commentId: T:TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
name: IUpdatingObject.UpdateMode
|
||||||
|
nameWithType: IUpdatingObject.UpdateMode
|
||||||
|
fullName: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject
|
||||||
|
name: IUpdatingObject
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject
|
||||||
|
name: IUpdatingObject
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects.IUpdatingObject.UpdateMode
|
||||||
|
name: UpdateMode
|
||||||
|
- uid: TinyLife.World.Map.MinorUpdateMinutes
|
||||||
|
commentId: F:TinyLife.World.Map.MinorUpdateMinutes
|
||||||
|
name: MinorUpdateMinutes
|
||||||
|
nameWithType: Map.MinorUpdateMinutes
|
||||||
|
fullName: TinyLife.World.Map.MinorUpdateMinutes
|
767
docs/api/TinyLife.PerSaveOptions.MapInfo.yml
Normal file
767
docs/api/TinyLife.PerSaveOptions.MapInfo.yml
Normal file
|
@ -0,0 +1,767 @@
|
||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
commentId: T:TinyLife.PerSaveOptions.MapInfo
|
||||||
|
id: PerSaveOptions.MapInfo
|
||||||
|
parent: TinyLife
|
||||||
|
children:
|
||||||
|
- TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)
|
||||||
|
- TinyLife.PerSaveOptions.MapInfo.Custom
|
||||||
|
- TinyLife.PerSaveOptions.MapInfo.Name
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: PerSaveOptions.MapInfo
|
||||||
|
nameWithType: PerSaveOptions.MapInfo
|
||||||
|
fullName: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: MapInfo
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 568
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nThe information for a map in a save, used by <xref href=\"TinyLife.PerSaveOptions.Maps\" data-throw-if-not-resolved=\"false\"></xref>.\nAdditional data can be added due to this class being a <xref href=\"MLEM.Data.Json.JsonTypeSafeGenericDataHolder\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: 'public class PerSaveOptions.MapInfo : JsonTypeSafeGenericDataHolder, IGenericDataHolder'
|
||||||
|
content.vb: Public Class PerSaveOptions.MapInfo Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
implements:
|
||||||
|
- MLEM.Misc.IGenericDataHolder
|
||||||
|
inheritedMembers:
|
||||||
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
extensionMethods:
|
||||||
|
- TinyLife.PerSaveOptions.MapInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo.Name
|
||||||
|
commentId: F:TinyLife.PerSaveOptions.MapInfo.Name
|
||||||
|
id: Name
|
||||||
|
parent: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Name
|
||||||
|
nameWithType: PerSaveOptions.MapInfo.Name
|
||||||
|
fullName: TinyLife.PerSaveOptions.MapInfo.Name
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: Name
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 573
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nThe name of the map.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public readonly string Name
|
||||||
|
return:
|
||||||
|
type: System.String
|
||||||
|
content.vb: Public ReadOnly Name As String
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo.Custom
|
||||||
|
commentId: F:TinyLife.PerSaveOptions.MapInfo.Custom
|
||||||
|
id: Custom
|
||||||
|
parent: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Custom
|
||||||
|
nameWithType: PerSaveOptions.MapInfo.Custom
|
||||||
|
fullName: TinyLife.PerSaveOptions.MapInfo.Custom
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: Custom
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 577
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nWhether the map is custom.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public readonly bool Custom
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: Public ReadOnly Custom As Boolean
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)
|
||||||
|
commentId: M:TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)
|
||||||
|
id: '#ctor(System.String,System.Boolean)'
|
||||||
|
parent: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: MapInfo(string, bool)
|
||||||
|
nameWithType: PerSaveOptions.MapInfo.MapInfo(string, bool)
|
||||||
|
fullName: TinyLife.PerSaveOptions.MapInfo.MapInfo(string, bool)
|
||||||
|
type: Constructor
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: .ctor
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 584
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nCreates a new map info with the given settings.\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public MapInfo(string name, bool custom)
|
||||||
|
parameters:
|
||||||
|
- id: name
|
||||||
|
type: System.String
|
||||||
|
description: The name of the map.
|
||||||
|
- id: custom
|
||||||
|
type: System.Boolean
|
||||||
|
description: Whether the map is custom.
|
||||||
|
content.vb: Public Sub New(name As String, custom As Boolean)
|
||||||
|
overload: TinyLife.PerSaveOptions.MapInfo.#ctor*
|
||||||
|
nameWithType.vb: PerSaveOptions.MapInfo.New(String, Boolean)
|
||||||
|
fullName.vb: TinyLife.PerSaveOptions.MapInfo.New(String, Boolean)
|
||||||
|
name.vb: New(String, Boolean)
|
||||||
|
references:
|
||||||
|
- uid: TinyLife.PerSaveOptions.Maps
|
||||||
|
commentId: F:TinyLife.PerSaveOptions.Maps
|
||||||
|
name: Maps
|
||||||
|
nameWithType: PerSaveOptions.Maps
|
||||||
|
fullName: TinyLife.PerSaveOptions.Maps
|
||||||
|
- 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: TinyLife
|
||||||
|
commentId: N:TinyLife
|
||||||
|
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.Misc.IGenericDataHolder
|
||||||
|
commentId: T:MLEM.Misc.IGenericDataHolder
|
||||||
|
parent: MLEM.Misc
|
||||||
|
isExternal: true
|
||||||
|
name: IGenericDataHolder
|
||||||
|
nameWithType: IGenericDataHolder
|
||||||
|
fullName: MLEM.Misc.IGenericDataHolder
|
||||||
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
name: SetData(string, object)
|
||||||
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
|
||||||
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
|
||||||
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
|
||||||
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
|
||||||
|
name.vb: SetData(String, Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
|
name: SetData
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: string
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
|
name: SetData
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
||||||
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
name: SetData<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.PerSaveOptions.MapInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy<MapInfo>(MapInfo)
|
||||||
|
nameWithType: Extensions.JsonCopy<PerSaveOptions.MapInfo>(PerSaveOptions.MapInfo)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.PerSaveOptions.MapInfo>(TinyLife.PerSaveOptions.MapInfo)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of PerSaveOptions.MapInfo)(PerSaveOptions.MapInfo)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PerSaveOptions.MapInfo)(TinyLife.PerSaveOptions.MapInfo)
|
||||||
|
name.vb: JsonCopy(Of MapInfo)(MapInfo)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PerSaveOptions.MapInfo)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
name: MapInfo
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
name: MapInfo
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PerSaveOptions.MapInfo)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
name: MapInfo
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.PerSaveOptions.MapInfo
|
||||||
|
name: MapInfo
|
||||||
|
- name: )
|
||||||
|
- 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: System
|
||||||
|
commentId: N:System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||||||
|
name: System
|
||||||
|
nameWithType: System
|
||||||
|
fullName: System
|
||||||
|
- 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)
|
||||||
|
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
|
||||||
|
- name: <
|
||||||
|
- name: T
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
|
name: JsonCopy
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Utilities.Extensions
|
||||||
|
commentId: T:TinyLife.Utilities.Extensions
|
||||||
|
parent: TinyLife.Utilities
|
||||||
|
name: Extensions
|
||||||
|
nameWithType: Extensions
|
||||||
|
fullName: TinyLife.Utilities.Extensions
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
commentId: N:TinyLife.Utilities
|
||||||
|
name: TinyLife.Utilities
|
||||||
|
nameWithType: TinyLife.Utilities
|
||||||
|
fullName: TinyLife.Utilities
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Utilities
|
||||||
|
name: Utilities
|
||||||
|
- 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: 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.PerSaveOptions.MapInfo.#ctor*
|
||||||
|
commentId: Overload:TinyLife.PerSaveOptions.MapInfo.#ctor
|
||||||
|
name: MapInfo
|
||||||
|
nameWithType: PerSaveOptions.MapInfo.MapInfo
|
||||||
|
fullName: TinyLife.PerSaveOptions.MapInfo.MapInfo
|
||||||
|
nameWithType.vb: PerSaveOptions.MapInfo.New
|
||||||
|
fullName.vb: TinyLife.PerSaveOptions.MapInfo.New
|
||||||
|
name.vb: New
|
1012
docs/api/TinyLife.SaveHandler.SaveData.yml
Normal file
1012
docs/api/TinyLife.SaveHandler.SaveData.yml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue