mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-10-31 19:00:51 +01:00
550 lines
15 KiB
YAML
550 lines
15 KiB
YAML
### 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.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: 2642
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Standing
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2647
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Walking
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2651
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Sitting
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2655
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Laying
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2660
|
|
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
|
|
- 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: 2665
|
|
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
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: WorkingStanding
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2669
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: WorkingSitting
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2673
|
|
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
|
|
- 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: 2677
|
|
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
|
|
- 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: 2681
|
|
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
|
|
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
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: StandingArmsOut
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2685
|
|
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
|
|
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
|