### YamlMime:ManagedReference items: - uid: TinyLife.Objects.Person.Pose commentId: T:TinyLife.Objects.Person.Pose id: Person.Pose parent: TinyLife.Objects children: - TinyLife.Objects.Person.Pose.Laying - TinyLife.Objects.Person.Pose.Running - TinyLife.Objects.Person.Pose.Sitting - TinyLife.Objects.Person.Pose.SittingGround - TinyLife.Objects.Person.Pose.Standing - TinyLife.Objects.Person.Pose.StandingArmsOut - TinyLife.Objects.Person.Pose.Walking - TinyLife.Objects.Person.Pose.WalkingArmsOut - TinyLife.Objects.Person.Pose.WorkingSitting - TinyLife.Objects.Person.Pose.WorkingSittingGround - TinyLife.Objects.Person.Pose.WorkingStanding langs: - csharp - vb name: Person.Pose nameWithType: Person.Pose fullName: TinyLife.Objects.Person.Pose type: Enum source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pose path: ../TinyLife/Objects/Person.cs startLine: 2867 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nAn enumeration that represents a set of poses that a can display\n" example: [] syntax: content: public enum Person.Pose content.vb: Public Enum Person.Pose extensionMethods: - TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking - uid: TinyLife.Objects.Person.Pose.Standing commentId: F:TinyLife.Objects.Person.Pose.Standing id: Standing parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: Standing nameWithType: Person.Pose.Standing fullName: TinyLife.Objects.Person.Pose.Standing type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Standing path: ../TinyLife/Objects/Person.cs startLine: 2872 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a standing person\n" example: [] syntax: content: Standing = 0 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.Walking commentId: F:TinyLife.Objects.Person.Pose.Walking id: Walking parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: Walking nameWithType: Person.Pose.Walking fullName: TinyLife.Objects.Person.Pose.Walking type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walking path: ../TinyLife/Objects/Person.cs startLine: 2876 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person animated to look like they're walking\n" example: [] syntax: content: Walking = 1 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.Sitting commentId: F:TinyLife.Objects.Person.Pose.Sitting id: Sitting parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: Sitting nameWithType: Person.Pose.Sitting fullName: TinyLife.Objects.Person.Pose.Sitting type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sitting path: ../TinyLife/Objects/Person.cs startLine: 2880 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a sitting person\n" example: [] syntax: content: Sitting = 2 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.Laying commentId: F:TinyLife.Objects.Person.Pose.Laying id: Laying parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: Laying nameWithType: Person.Pose.Laying fullName: TinyLife.Objects.Person.Pose.Laying type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Laying path: ../TinyLife/Objects/Person.cs startLine: 2885 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is lying down.\nNote that the default textures for this pose only contain the upper body and head.\n" example: [] syntax: content: Laying = 3 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.SittingGround commentId: F:TinyLife.Objects.Person.Pose.SittingGround id: SittingGround parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: SittingGround nameWithType: Person.Pose.SittingGround fullName: TinyLife.Objects.Person.Pose.SittingGround type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SittingGround path: ../TinyLife/Objects/Person.cs startLine: 2890 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is sitting, but with their legs close to their body.\nThis pose is mainly used for the "passed out" stance.\n" example: [] syntax: content: SittingGround = 4 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.WorkingStanding commentId: F:TinyLife.Objects.Person.Pose.WorkingStanding id: WorkingStanding parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: WorkingStanding nameWithType: Person.Pose.WorkingStanding fullName: TinyLife.Objects.Person.Pose.WorkingStanding type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingStanding path: ../TinyLife/Objects/Person.cs startLine: 2894 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is standing and working on something\n" example: [] syntax: content: WorkingStanding = 5 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.WorkingSitting commentId: F:TinyLife.Objects.Person.Pose.WorkingSitting id: WorkingSitting parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: WorkingSitting nameWithType: Person.Pose.WorkingSitting fullName: TinyLife.Objects.Person.Pose.WorkingSitting type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSitting path: ../TinyLife/Objects/Person.cs startLine: 2898 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is sitting and working on something\n" example: [] syntax: content: WorkingSitting = 6 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.WorkingSittingGround commentId: F:TinyLife.Objects.Person.Pose.WorkingSittingGround id: WorkingSittingGround parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: WorkingSittingGround nameWithType: Person.Pose.WorkingSittingGround fullName: TinyLife.Objects.Person.Pose.WorkingSittingGround type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSittingGround path: ../TinyLife/Objects/Person.cs startLine: 2902 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is sitting on the ground and working on something\n" example: [] syntax: content: WorkingSittingGround = 7 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.Running commentId: F:TinyLife.Objects.Person.Pose.Running id: Running parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: Running nameWithType: Person.Pose.Running fullName: TinyLife.Objects.Person.Pose.Running type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Running path: ../TinyLife/Objects/Person.cs startLine: 2906 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is running\n" example: [] syntax: content: Running = 8 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.StandingArmsOut commentId: F:TinyLife.Objects.Person.Pose.StandingArmsOut id: StandingArmsOut parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: StandingArmsOut nameWithType: Person.Pose.StandingArmsOut fullName: TinyLife.Objects.Person.Pose.StandingArmsOut type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingArmsOut path: ../TinyLife/Objects/Person.cs startLine: 2910 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nA pose that represents a person who is standing with their arms straight out\n" example: [] syntax: content: StandingArmsOut = 9 return: type: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose.WalkingArmsOut commentId: F:TinyLife.Objects.Person.Pose.WalkingArmsOut id: WalkingArmsOut parent: TinyLife.Objects.Person.Pose langs: - csharp - vb name: WalkingArmsOut nameWithType: Person.Pose.WalkingArmsOut fullName: TinyLife.Objects.Person.Pose.WalkingArmsOut type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkingArmsOut path: ../TinyLife/Objects/Person.cs startLine: 2911 assemblies: - Tiny Life namespace: TinyLife.Objects syntax: content: WalkingArmsOut = 10 return: type: TinyLife.Objects.Person.Pose references: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects name: Person nameWithType: Person fullName: TinyLife.Objects.Person - 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.Person.Pose.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(Pose) nameWithType: Extensions.JsonCopy(Person.Pose) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Person.Pose) nameWithType.vb: Extensions.JsonCopy(Of Person.Pose)(Person.Pose) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)(TinyLife.Objects.Person.Pose) name.vb: JsonCopy(Of Pose)(Pose) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) name: JsonCopy - name: < - uid: TinyLife.Objects.Person.Pose name: Pose - name: '>' - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person.Pose) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) - uid: TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking(Pose) nameWithType: Extensions.ToWorking(Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) spec.csharp: - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) - 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 - 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.Extensions.ToWorking(TinyLife.Objects.Person.Pose) commentId: M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking(Pose) nameWithType: Extensions.ToWorking(Person.Pose) fullName: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) spec.csharp: - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose) name: ToWorking - name: ( - uid: TinyLife.Objects.Person.Pose name: Pose - name: ) - 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.Objects.Person.Pose commentId: T:TinyLife.Objects.Person.Pose parent: TinyLife.Objects name: Person.Pose nameWithType: Person.Pose fullName: TinyLife.Objects.Person.Pose spec.csharp: - uid: TinyLife.Objects.Person name: Person - name: . - uid: TinyLife.Objects.Person.Pose name: Pose spec.vb: - uid: TinyLife.Objects.Person name: Person - name: . - uid: TinyLife.Objects.Person.Pose name: Pose