2021-08-04 06:51:12 +02:00
### 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
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.Pose.SittingGround
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.Pose.Standing
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.Pose.StandingArmsOut
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.Pose.Walking
- TinyLife.Objects.Person.Pose.WorkingSitting
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.Pose.WorkingSittingGround
2021-08-04 06:51:12 +02:00
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Pose
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2642
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nAn enumeration that represents a set of poses that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can display\n"
example : [ ]
syntax :
content : public enum Pose
content.vb : Public Enum Pose
extensionMethods :
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Objects.Person.Pose.TinyLife.Utilities.Extensions.ToWorking
modifiers.csharp :
- public
- enum
modifiers.vb :
- Public
- Enum
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Standing
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2647
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Walking
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2651
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Sitting
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2655
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Laying
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2660
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Person.Pose.SittingGround
commentId : F:TinyLife.Objects.Person.Pose.SittingGround
id : SittingGround
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person.Pose
langs :
- csharp
- vb
2021-10-14 20:30:40 +02:00
name : SittingGround
nameWithType : Person.Pose.SittingGround
fullName : TinyLife.Objects.Person.Pose.SittingGround
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : SittingGround
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2665
2021-08-04 06:51:12 +02:00
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 :
2021-10-14 20:30:40 +02:00
content : SittingGround = 4
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.Objects.Person.Pose
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WorkingStanding
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2669
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WorkingSitting
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2673
2021-08-04 06:51:12 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
2021-10-14 20:30:40 +02:00
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : WorkingSittingGround
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2677
2021-10-14 20:30:40 +02:00
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
2021-08-04 06:51:12 +02:00
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Running
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2681
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nA pose that represents a person who is running\n"
example : [ ]
syntax :
2021-10-14 20:30:40 +02:00
content : Running = 8
return :
type : TinyLife.Objects.Person.Pose
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : StandingArmsOut
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2685
2021-10-14 20:30:40 +02:00
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
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.Objects.Person.Pose
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
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
- 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<Person.Pose>()
nameWithType : Extensions.JsonCopy<Person.Pose>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.Pose>()
nameWithType.vb : Extensions.JsonCopy(Of Person.Pose)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)()
name.vb : JsonCopy(Of Person.Pose)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<Person.Pose>
nameWithType : Extensions.JsonCopy<Person.Pose>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.Pose>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of Person.Pose)
nameWithType : Extensions.JsonCopy(Of Person.Pose)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.Pose)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- 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()
nameWithType : Extensions.ToWorking()
fullName : TinyLife.Utilities.Extensions.ToWorking()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.ToWorking
name : ToWorking
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.ToWorking
name : ToWorking
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- 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<T>
nameWithType : Extensions.JsonCopy<T>
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>
- 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.ToWorking(TinyLife.Objects.Person.Pose)
commentId : M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name : ToWorking(Person.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
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.Person.Pose
name : Person.Pose
nameWithType : Person.Pose
fullName : TinyLife.Objects.Person.Pose
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name : ToWorking
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.Person.Pose
name : Person.Pose
nameWithType : Person.Pose
fullName : TinyLife.Objects.Person.Pose
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.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