2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
commentId : T:TinyLife.Objects.Pose
id : Pose
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects
children :
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.Pose.Laying
- TinyLife.Objects.Pose.Running
- TinyLife.Objects.Pose.Sitting
- TinyLife.Objects.Pose.SittingGround
- TinyLife.Objects.Pose.Standing
- TinyLife.Objects.Pose.StandingArmsOut
- TinyLife.Objects.Pose.Walking
- TinyLife.Objects.Pose.WalkingArmsOut
- TinyLife.Objects.Pose.WorkingSitting
- TinyLife.Objects.Pose.WorkingSittingGround
- TinyLife.Objects.Pose.WorkingStanding
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
2023-04-14 13:00:36 +02:00
name : Pose
nameWithType : Pose
fullName : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
type : Enum
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3097
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 :
2023-04-14 13:00:36 +02:00
content : public enum Pose
content.vb : Public Enum Pose
2021-08-04 06:51:12 +02:00
extensionMethods :
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
- uid : TinyLife.Objects.Pose.Standing
commentId : F:TinyLife.Objects.Pose.Standing
2021-08-04 06:51:12 +02:00
id : Standing
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Standing
2023-04-14 13:00:36 +02:00
nameWithType : Pose.Standing
fullName : TinyLife.Objects.Pose.Standing
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3102
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.Walking
commentId : F:TinyLife.Objects.Pose.Walking
2021-08-04 06:51:12 +02:00
id : Walking
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Walking
2023-04-14 13:00:36 +02:00
nameWithType : Pose.Walking
fullName : TinyLife.Objects.Pose.Walking
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3106
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.Sitting
commentId : F:TinyLife.Objects.Pose.Sitting
2021-08-04 06:51:12 +02:00
id : Sitting
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Sitting
2023-04-14 13:00:36 +02:00
nameWithType : Pose.Sitting
fullName : TinyLife.Objects.Pose.Sitting
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3110
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.Laying
commentId : F:TinyLife.Objects.Pose.Laying
2021-08-04 06:51:12 +02:00
id : Laying
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Laying
2023-04-14 13:00:36 +02:00
nameWithType : Pose.Laying
fullName : TinyLife.Objects.Pose.Laying
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3115
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.SittingGround
commentId : F:TinyLife.Objects.Pose.SittingGround
2021-10-14 20:30:40 +02:00
id : SittingGround
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
2021-10-14 20:30:40 +02:00
name : SittingGround
2023-04-14 13:00:36 +02:00
nameWithType : Pose.SittingGround
fullName : TinyLife.Objects.Pose.SittingGround
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3120
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.WorkingStanding
commentId : F:TinyLife.Objects.Pose.WorkingStanding
2021-08-04 06:51:12 +02:00
id : WorkingStanding
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : WorkingStanding
2023-04-14 13:00:36 +02:00
nameWithType : Pose.WorkingStanding
fullName : TinyLife.Objects.Pose.WorkingStanding
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3124
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.WorkingSitting
commentId : F:TinyLife.Objects.Pose.WorkingSitting
2021-08-04 06:51:12 +02:00
id : WorkingSitting
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : WorkingSitting
2023-04-14 13:00:36 +02:00
nameWithType : Pose.WorkingSitting
fullName : TinyLife.Objects.Pose.WorkingSitting
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3128
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.WorkingSittingGround
commentId : F:TinyLife.Objects.Pose.WorkingSittingGround
2021-10-14 20:30:40 +02:00
id : WorkingSittingGround
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-10-14 20:30:40 +02:00
langs :
- csharp
- vb
name : WorkingSittingGround
2023-04-14 13:00:36 +02:00
nameWithType : Pose.WorkingSittingGround
fullName : TinyLife.Objects.Pose.WorkingSittingGround
2021-10-14 20:30:40 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3132
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.Running
commentId : F:TinyLife.Objects.Pose.Running
2021-08-04 06:51:12 +02:00
id : Running
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Running
2023-04-14 13:00:36 +02:00
nameWithType : Pose.Running
fullName : TinyLife.Objects.Pose.Running
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3136
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.StandingArmsOut
commentId : F:TinyLife.Objects.Pose.StandingArmsOut
2021-10-14 20:30:40 +02:00
id : StandingArmsOut
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2021-10-14 20:30:40 +02:00
langs :
- csharp
- vb
name : StandingArmsOut
2023-04-14 13:00:36 +02:00
nameWithType : Pose.StandingArmsOut
fullName : TinyLife.Objects.Pose.StandingArmsOut
2021-10-14 20:30:40 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-03-30 18:07:55 +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-04-26 21:12:41 +02:00
startLine : 3140
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 :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
- uid : TinyLife.Objects.Pose.WalkingArmsOut
commentId : F:TinyLife.Objects.Pose.WalkingArmsOut
2023-03-30 18:07:55 +02:00
id : WalkingArmsOut
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
langs :
- csharp
- vb
name : WalkingArmsOut
2023-04-14 13:00:36 +02:00
nameWithType : Pose.WalkingArmsOut
fullName : TinyLife.Objects.Pose.WalkingArmsOut
2023-03-30 18:07:55 +02:00
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
2023-04-26 21:12:41 +02:00
startLine : 3144
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary : "\nA pose that represents a person who is walking with their arms straight out. This is a combination of <xref href=\"TinyLife.Objects.Pose.Walking\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Pose.StandingArmsOut\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
2023-03-30 18:07:55 +02:00
syntax :
content : WalkingArmsOut = 10
return :
2023-04-14 13:00:36 +02:00
type : TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy<Pose>(Pose)
2023-04-14 13:00:36 +02:00
nameWithType : Extensions.JsonCopy<Pose>(Pose)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Pose>(TinyLife.Objects.Pose)
nameWithType.vb : Extensions.JsonCopy(Of Pose)(Pose)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Pose)(TinyLife.Objects.Pose)
2023-03-30 18:07:55 +02:00
name.vb : JsonCopy(Of Pose)(Pose)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Pose)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
- name : )
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- name : )
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose.TinyLife.Utilities.Extensions.ToWorking
commentId : M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Utilities.Extensions
2023-04-14 13:00:36 +02:00
definition : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2023-03-30 18:07:55 +02:00
name : ToWorking(Pose)
2023-04-14 13:00:36 +02:00
nameWithType : Extensions.ToWorking(Pose)
fullName : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
name : ToWorking
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
name : ToWorking
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- 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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
commentId : M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2023-03-30 18:07:55 +02:00
name : ToWorking(Pose)
2023-04-14 13:00:36 +02:00
nameWithType : Extensions.ToWorking(Pose)
fullName : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
name : ToWorking
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)
2021-08-04 06:51:12 +02:00
name : ToWorking
- name : (
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
2023-03-30 18:07:55 +02:00
name : Pose
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Objects.Pose
commentId : T:TinyLife.Objects.Pose
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects
2023-04-14 13:00:36 +02:00
name : Pose
nameWithType : Pose
fullName : TinyLife.Objects.Pose
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Objects.Pose.Walking
commentId : F:TinyLife.Objects.Pose.Walking
name : Walking
nameWithType : Pose.Walking
fullName : TinyLife.Objects.Pose.Walking
- uid : TinyLife.Objects.Pose.StandingArmsOut
commentId : F:TinyLife.Objects.Pose.StandingArmsOut
name : StandingArmsOut
nameWithType : Pose.StandingArmsOut
fullName : TinyLife.Objects.Pose.StandingArmsOut