### YamlMime:ManagedReference items: - uid: TinyLife.World.MapSection commentId: T:TinyLife.World.MapSection id: MapSection parent: TinyLife.World children: - TinyLife.World.MapSection.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Point) - TinyLife.World.MapSection.Pos - TinyLife.World.MapSection.SectionPos - TinyLife.World.MapSection.Size - TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - TinyLife.World.MapSection.Validate langs: - csharp - vb name: MapSection nameWithType: MapSection fullName: TinyLife.World.MapSection type: Class source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapSection path: World/MapSection.cs startLine: 15 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nA map section is a small area in a that actually contains the area's objects.\nA map section is always x tiles large.\n" example: [] syntax: content: >- [DataContract] public class MapSection : GenericDataHolder, IGenericDataHolder content.vb: >- Public Class MapSection Inherits GenericDataHolder Implements IGenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.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.World.MapSection.TinyLife.Utilities.Extensions.JsonCopy``1 - MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String) - MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan) attributes: - type: System.Runtime.Serialization.DataContractAttribute ctor: System.Runtime.Serialization.DataContractAttribute.#ctor arguments: [] modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: TinyLife.World.MapSection.Size commentId: F:TinyLife.World.MapSection.Size id: Size parent: TinyLife.World.MapSection langs: - csharp - vb name: Size nameWithType: MapSection.Size fullName: TinyLife.World.MapSection.Size type: Field source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Size path: World/MapSection.cs startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThe constant size of each map section.\nThis value is set to 8.\n" example: [] syntax: content: public const int Size = 8 return: type: System.Int32 content.vb: Public Const Size As Integer = 8 modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.World.MapSection.SectionPos commentId: F:TinyLife.World.MapSection.SectionPos id: SectionPos parent: TinyLife.World.MapSection langs: - csharp - vb name: SectionPos nameWithType: MapSection.SectionPos fullName: TinyLife.World.MapSection.SectionPos type: Field source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SectionPos path: World/MapSection.cs startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThe position, in section coordinates, of this section on the map.\n" example: [] syntax: content: >- [DataMember] public readonly Point SectionPos return: type: Microsoft.Xna.Framework.Point content.vb: >- Public ReadOnly SectionPos As Point attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: TinyLife.World.MapSection.Pos commentId: P:TinyLife.World.MapSection.Pos id: Pos parent: TinyLife.World.MapSection langs: - csharp - vb name: Pos nameWithType: MapSection.Pos fullName: TinyLife.World.MapSection.Pos type: Property source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pos path: World/MapSection.cs startLine: 32 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThe position, in tile coordinates, of this section's top left corner.\n" example: [] syntax: content: public Point Pos { get; } parameters: [] return: type: Microsoft.Xna.Framework.Point content.vb: Public ReadOnly Property Pos As Point overload: TinyLife.World.MapSection.Pos* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: TinyLife.World.MapSection.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Point) commentId: M:TinyLife.World.MapSection.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Point) id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Point)' parent: TinyLife.World.MapSection langs: - csharp - vb name: MapSection(Map, Point) nameWithType: MapSection.MapSection(Map, Point) fullName: TinyLife.World.MapSection.MapSection(TinyLife.World.Map, Microsoft.Xna.Framework.Point) type: Constructor source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: World/MapSection.cs startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nCreates a new map section on the given map, with the given section position.\nAlso fills this map's tile array with the Grass tile.\n" example: [] syntax: content: public MapSection(Map map, Point sectionPos) parameters: - id: map type: TinyLife.World.Map description: The map - id: sectionPos type: Microsoft.Xna.Framework.Point description: The section coordinates content.vb: Public Sub New(map As Map, sectionPos As Point) overload: TinyLife.World.MapSection.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) parent: TinyLife.World.MapSection langs: - csharp - vb name: Update(GameTime, TimeSpan, GameSpeed) nameWithType: MapSection.Update(GameTime, TimeSpan, GameSpeed) fullName: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) type: Method source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: World/MapSection.cs startLine: 71 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nUpdates this map section and all of the objects on it\n" example: [] syntax: content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's time - id: passedInGame type: System.TimeSpan description: The amount of time that has passed in game - id: speed type: TinyLife.GameSpeed description: The game's speed content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) overload: TinyLife.World.MapSection.Update* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.World.MapSection.Validate commentId: M:TinyLife.World.MapSection.Validate id: Validate parent: TinyLife.World.MapSection langs: - csharp - vb name: Validate() nameWithType: MapSection.Validate() fullName: TinyLife.World.MapSection.Validate() type: Method source: remote: path: TinyLife/World/MapSection.cs branch: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: World/MapSection.cs startLine: 86 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThis method is called when this object is loaded from disk.\nWhen called on a map section, each of its instances is validated.\n" example: [] syntax: content: public void Validate() content.vb: Public Sub Validate overload: TinyLife.World.MapSection.Validate* modifiers.csharp: - public modifiers.vb: - Public references: - uid: TinyLife.World.MapSection.Map commentId: F:TinyLife.World.MapSection.Map isExternal: true - uid: TinyLife.World.MapSection.Size commentId: F:TinyLife.World.MapSection.Size isExternal: true - uid: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc isExternal: true name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Misc.GenericDataHolder isExternal: true name: SetData(String, Object) nameWithType: GenericDataHolder.SetData(String, Object) fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true name: GetData(String) nameWithType: GenericDataHolder.GetData(String) fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData nameWithType: GenericDataHolder.GetData fullName: MLEM.Misc.GenericDataHolder.GetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData(Of T) nameWithType: GenericDataHolder.GetData(Of T) fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder isExternal: true name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World.MapSection.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() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of MapSection)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.MapSection)() name.vb: JsonCopy(Of MapSection)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of MapSection) nameWithType: Extensions.JsonCopy(Of MapSection) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.MapSection) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String) commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) name: GetTimeSpan(String) nameWithType: Extensions.GetTimeSpan(String) fullName: TinyLife.Utilities.Extensions.GetTimeSpan(System.String) spec.csharp: - uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String) name: GetTimeSpan nameWithType: Extensions.GetTimeSpan fullName: TinyLife.Utilities.Extensions.GetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.GetTimeSpan(System.String) name: GetTimeSpan nameWithType: Extensions.GetTimeSpan fullName: TinyLife.Utilities.Extensions.GetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan) commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) name: SetTimeSpan(String, TimeSpan) nameWithType: Extensions.SetTimeSpan(String, TimeSpan) fullName: TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan) spec.csharp: - uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan) name: SetTimeSpan nameWithType: Extensions.SetTimeSpan fullName: TinyLife.Utilities.Extensions.SetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan) name: SetTimeSpan nameWithType: Extensions.SetTimeSpan fullName: TinyLife.Utilities.Extensions.SetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) commentId: M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) isExternal: true name: GetTimeSpan(IGenericDataHolder, String) nameWithType: Extensions.GetTimeSpan(IGenericDataHolder, String) fullName: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String) spec.csharp: - uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) name: GetTimeSpan nameWithType: Extensions.GetTimeSpan fullName: TinyLife.Utilities.Extensions.GetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.IGenericDataHolder name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String) name: GetTimeSpan nameWithType: Extensions.GetTimeSpan fullName: TinyLife.Utilities.Extensions.GetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.IGenericDataHolder name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) commentId: M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) isExternal: true name: SetTimeSpan(IGenericDataHolder, String, TimeSpan) nameWithType: Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan) fullName: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan) spec.csharp: - uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) name: SetTimeSpan nameWithType: Extensions.SetTimeSpan fullName: TinyLife.Utilities.Extensions.SetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.IGenericDataHolder name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan) name: SetTimeSpan nameWithType: Extensions.SetTimeSpan fullName: TinyLife.Utilities.Extensions.SetTimeSpan - name: ( nameWithType: ( fullName: ( - uid: MLEM.Misc.IGenericDataHolder name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: Microsoft.Xna.Framework.Point commentId: T:Microsoft.Xna.Framework.Point parent: Microsoft.Xna.Framework isExternal: true name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework - uid: TinyLife.World.MapSection.Pos* commentId: Overload:TinyLife.World.MapSection.Pos name: Pos nameWithType: MapSection.Pos fullName: TinyLife.World.MapSection.Pos - uid: TinyLife.World.MapSection.#ctor* commentId: Overload:TinyLife.World.MapSection.#ctor name: MapSection nameWithType: MapSection.MapSection fullName: TinyLife.World.MapSection.MapSection - uid: TinyLife.World.Map commentId: T:TinyLife.World.Map parent: TinyLife.World name: Map nameWithType: Map fullName: TinyLife.World.Map - uid: TinyLife.World.MapSection.Update* commentId: Overload:TinyLife.World.MapSection.Update name: Update nameWithType: MapSection.Update fullName: TinyLife.World.MapSection.Update - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: System.TimeSpan commentId: T:System.TimeSpan parent: System isExternal: true name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan - uid: TinyLife.GameSpeed commentId: T:TinyLife.GameSpeed parent: TinyLife name: GameSpeed nameWithType: GameSpeed fullName: TinyLife.GameSpeed - uid: TinyLife commentId: N:TinyLife name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: TinyLife.Objects.MapObject commentId: T:TinyLife.Objects.MapObject parent: TinyLife.Objects name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject - uid: TinyLife.World.MapSection.Validate* commentId: Overload:TinyLife.World.MapSection.Validate name: Validate nameWithType: MapSection.Validate fullName: TinyLife.World.MapSection.Validate - uid: TinyLife.Objects commentId: N:TinyLife.Objects name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects