TinyLifeWeb/docs/api/TinyLife.Objects.ClothesLayer.yml

742 lines
25 KiB
YAML
Raw Permalink Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.ClothesLayer
commentId: T:TinyLife.Objects.ClothesLayer
id: ClothesLayer
parent: TinyLife.Objects
children:
2021-11-23 16:24:04 +01:00
- TinyLife.Objects.ClothesLayer.Accessories
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.ClothesLayer.ArmAccessories
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.ClothesLayer.Arms
- TinyLife.Objects.ClothesLayer.Body
- TinyLife.Objects.ClothesLayer.Eyes
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.ClothesLayer.FaceAccessories
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.ClothesLayer.FacialHair
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.ClothesLayer.Hair
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.ClothesLayer.HeadAccessories
2024-01-07 16:53:47 +01:00
- TinyLife.Objects.ClothesLayer.LegAccessories
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.ClothesLayer.Pants
- TinyLife.Objects.ClothesLayer.Shirt
- TinyLife.Objects.ClothesLayer.Shoes
langs:
- csharp
- vb
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
type: Enum
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: ClothesLayer
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 439
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A flag enumeration that defines a set of layers that a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.Clothes" data-throw-if-not-resolved="false"></xref> are rendered with.
The ordering is based on the order that these should be drawn in by default, but it can be changed per clothes item using <xref href="TinyLife.Objects.Clothes.DepthFunction" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[Flags]
public enum ClothesLayer
content.vb: >-
<Flags>
Public Enum ClothesLayer
extensionMethods:
2021-11-23 16:24:04 +01:00
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.CanTakeOff
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
attributes:
- type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor
arguments: []
- uid: TinyLife.Objects.ClothesLayer.Body
commentId: F:TinyLife.Objects.ClothesLayer.Body
id: Body
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Body
nameWithType: ClothesLayer.Body
fullName: TinyLife.Objects.ClothesLayer.Body
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Body
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 445
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for the body (the person's skin) itself
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Body = 1
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.Eyes
commentId: F:TinyLife.Objects.ClothesLayer.Eyes
id: Eyes
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Eyes
nameWithType: ClothesLayer.Eyes
fullName: TinyLife.Objects.ClothesLayer.Eyes
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Eyes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 449
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for eyes
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Eyes = 2
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.Pants
commentId: F:TinyLife.Objects.ClothesLayer.Pants
id: Pants
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Pants
nameWithType: ClothesLayer.Pants
fullName: TinyLife.Objects.ClothesLayer.Pants
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Pants
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 453
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for legwear like pants and skirts
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Pants = 4
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.Arms
commentId: F:TinyLife.Objects.ClothesLayer.Arms
id: Arms
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Arms
nameWithType: ClothesLayer.Arms
fullName: TinyLife.Objects.ClothesLayer.Arms
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Arms
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 457
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for the person's arms, which should always have the same color as <xref href="TinyLife.Objects.ClothesLayer.Body" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Arms = 8
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.Shirt
commentId: F:TinyLife.Objects.ClothesLayer.Shirt
id: Shirt
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Shirt
nameWithType: ClothesLayer.Shirt
fullName: TinyLife.Objects.ClothesLayer.Shirt
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Shirt
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 461
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for t-shirts, shirts etc.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Shirt = 16
return:
type: TinyLife.Objects.ClothesLayer
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.ClothesLayer.Accessories
commentId: F:TinyLife.Objects.ClothesLayer.Accessories
id: Accessories
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Accessories
nameWithType: ClothesLayer.Accessories
fullName: TinyLife.Objects.ClothesLayer.Accessories
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Accessories
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 465
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for body accessories, like scarves and necklaces
2022-03-09 16:13:05 +01:00
example: []
syntax:
content: Accessories = 32
return:
type: TinyLife.Objects.ClothesLayer
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.ClothesLayer.FacialHair
commentId: F:TinyLife.Objects.ClothesLayer.FacialHair
id: FacialHair
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: FacialHair
nameWithType: ClothesLayer.FacialHair
fullName: TinyLife.Objects.ClothesLayer.FacialHair
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FacialHair
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 469
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for facial hair.
2022-07-28 14:58:38 +02:00
example: []
syntax:
content: FacialHair = 64
return:
type: TinyLife.Objects.ClothesLayer
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ClothesLayer.Hair
commentId: F:TinyLife.Objects.ClothesLayer.Hair
id: Hair
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Hair
nameWithType: ClothesLayer.Hair
fullName: TinyLife.Objects.ClothesLayer.Hair
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Hair
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 473
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for hair
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: Hair = 128
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Objects.ClothesLayer
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.ClothesLayer.HeadAccessories
commentId: F:TinyLife.Objects.ClothesLayer.HeadAccessories
id: HeadAccessories
2021-11-23 16:24:04 +01:00
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: HeadAccessories
nameWithType: ClothesLayer.HeadAccessories
fullName: TinyLife.Objects.ClothesLayer.HeadAccessories
2021-11-23 16:24:04 +01:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: HeadAccessories
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 477
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for head accessories, like helmets and headbands.
2022-03-09 16:13:05 +01:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: HeadAccessories = 256
2022-03-09 16:13:05 +01:00
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.FaceAccessories
commentId: F:TinyLife.Objects.ClothesLayer.FaceAccessories
id: FaceAccessories
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: FaceAccessories
nameWithType: ClothesLayer.FaceAccessories
fullName: TinyLife.Objects.ClothesLayer.FaceAccessories
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FaceAccessories
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 481
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for face accessories, like glasses.
2022-03-09 16:13:05 +01:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: FaceAccessories = 512
2022-03-09 16:13:05 +01:00
return:
type: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.ArmAccessories
commentId: F:TinyLife.Objects.ClothesLayer.ArmAccessories
id: ArmAccessories
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: ArmAccessories
nameWithType: ClothesLayer.ArmAccessories
fullName: TinyLife.Objects.ClothesLayer.ArmAccessories
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ArmAccessories
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 486
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A clothes layer for arm accessories, like bracelets.
Arm accessories generally have the option to use <xref href="TinyLife.Utilities.ColorScheme.Transparent" data-throw-if-not-resolved="false"></xref> for each arm, so that left- or right-side only arm accessories are possible.
2021-11-23 16:24:04 +01:00
example: []
syntax:
2022-07-28 14:58:38 +02:00
content: ArmAccessories = 1024
2021-11-23 16:24:04 +01:00
return:
type: TinyLife.Objects.ClothesLayer
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Objects.ClothesLayer.LegAccessories
commentId: F:TinyLife.Objects.ClothesLayer.LegAccessories
id: LegAccessories
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: LegAccessories
nameWithType: ClothesLayer.LegAccessories
fullName: TinyLife.Objects.ClothesLayer.LegAccessories
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LegAccessories
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 490
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-02-04 12:36:02 +01:00
summary: A clothes layer for leg accessories, like pantyhose.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: LegAccessories = 2048
return:
type: TinyLife.Objects.ClothesLayer
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ClothesLayer.Shoes
commentId: F:TinyLife.Objects.ClothesLayer.Shoes
id: Shoes
parent: TinyLife.Objects.ClothesLayer
langs:
- csharp
- vb
name: Shoes
nameWithType: ClothesLayer.Shoes
fullName: TinyLife.Objects.ClothesLayer.Shoes
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01: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: Shoes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 494
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A clothes layer for footwear like shoes
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-01-07 16:53:47 +01:00
content: Shoes = 4096
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Objects.ClothesLayer
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Clothes
commentId: T:TinyLife.Objects.Clothes
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2021-08-04 06:51:12 +02:00
name: Clothes
nameWithType: Clothes
fullName: TinyLife.Objects.Clothes
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.DepthFunction
commentId: P:TinyLife.Objects.Clothes.DepthFunction
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_DepthFunction
2023-03-30 18:07:55 +02:00
name: DepthFunction
nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2021-10-14 20:30:40 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2021-10-14 20:30:40 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.CanTakeOff
commentId: M:TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2023-03-30 18:07:55 +02:00
name: CanTakeOff(ClothesLayer)
nameWithType: Extensions.CanTakeOff(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
2021-11-23 16:24:04 +01:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
2021-11-23 16:24:04 +01:00
name: CanTakeOff
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2021-11-23 16:24:04 +01:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
2021-11-23 16:24:04 +01:00
name: CanTakeOff
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2021-11-23 16:24:04 +01:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-11-23 16:24:04 +01:00
- name: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2023-03-30 18:07:55 +02:00
name: GetDepth(ClothesLayer)
nameWithType: Extensions.GetDepth(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
2021-10-14 20:30:40 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
2021-10-14 20:30:40 +02:00
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
2021-10-14 20:30:40 +02:00
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-08-04 06:51:12 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
2021-10-14 20:30:40 +02:00
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
2023-03-30 18:07:55 +02:00
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
name: IsPartOfPerson(ClothesLayer)
nameWithType: Extensions.IsPartOfPerson(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
name: IsPartOfPerson
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
name: IsPartOfPerson
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<ClothesLayer>(ClothesLayer)
nameWithType: Extensions.JsonCopy<ClothesLayer>(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ClothesLayer>(TinyLife.Objects.ClothesLayer)
nameWithType.vb: Extensions.JsonCopy(Of ClothesLayer)(ClothesLayer)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ClothesLayer)(TinyLife.Objects.ClothesLayer)
name.vb: JsonCopy(Of ClothesLayer)(ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ClothesLayer)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: '>'
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ClothesLayer)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: )
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2021-11-23 16:24:04 +01:00
name: CanTakeOff(ClothesLayer)
nameWithType: Extensions.CanTakeOff(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)
name: CanTakeOff
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_CanTakeOff_TinyLife_Objects_ClothesLayer_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-11-23 16:24:04 +01:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2023-03-30 18:07:55 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
name: GetDepth(ClothesLayer)
nameWithType: Extensions.GetDepth(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2023-03-30 18:07:55 +02:00
name: IsPartOfPerson(ClothesLayer)
nameWithType: Extensions.IsPartOfPerson(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
name: IsPartOfPerson
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
name: IsPartOfPerson
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ClothesLayer
commentId: T:TinyLife.Objects.ClothesLayer
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-08-04 06:51:12 +02:00
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer.Body
commentId: F:TinyLife.Objects.ClothesLayer.Body
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html#TinyLife_Objects_ClothesLayer_Body
2023-03-30 18:07:55 +02:00
name: Body
nameWithType: ClothesLayer.Body
fullName: TinyLife.Objects.ClothesLayer.Body
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Utilities.ColorScheme.Transparent
commentId: F:TinyLife.Utilities.ColorScheme.Transparent
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Transparent
2023-03-30 18:07:55 +02:00
name: Transparent
nameWithType: ColorScheme.Transparent
fullName: TinyLife.Utilities.ColorScheme.Transparent