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

2576 lines
88 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.Clothes
commentId: T:TinyLife.Objects.Clothes
id: Clothes
parent: TinyLife.Objects
children:
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Clothes.Ages
2022-01-01 17:06:03 +01:00
- TinyLife.Objects.Clothes.AllIntentions
2022-10-18 13:03:11 +02:00
- TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.Colors
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Clothes.DepthFunction
2023-05-11 14:56:06 +02:00
- TinyLife.Objects.Clothes.Description
- TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.GetPrice
- TinyLife.Objects.Clothes.Icon
- TinyLife.Objects.Clothes.Intentions
2022-10-18 13:03:11 +02:00
- TinyLife.Objects.Clothes.IsIncompatible
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.Layer
- TinyLife.Objects.Clothes.Layers
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.Clothes.LayersToHide
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.Name
- TinyLife.Objects.Clothes.NonBuyable
- TinyLife.Objects.Clothes.Price
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.Clothes.RandomColorWeight
- TinyLife.Objects.Clothes.RandomWeight
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.ReferencePrice
- TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Clothes.SourceString
2021-11-23 16:24:04 +01:00
- TinyLife.Objects.Clothes.TextureBehaviorLayer
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Clothes.TextureRegion
- TinyLife.Objects.Clothes.Textures
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Clothes.Types
langs:
- csharp
- vb
name: Clothes
nameWithType: Clothes
fullName: TinyLife.Objects.Clothes
type: Class
source:
remote:
2023-01-16 12:24:01 +01:00
path: TinyLife/Objects/Clothes.Tops.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: Clothes
2023-01-16 12:24:01 +01:00
path: ../TinyLife/Objects/Clothes.Tops.cs
startLine: 5
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA set of information and a registry for clothing items (and hair) that a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can wear.\nCustom clothes can be registered using <xref href=\"TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: >-
2023-03-30 18:07:55 +02:00
[JsonConverter(typeof(StaticJsonConverter<Clothes>), new object[] { typeof(Clothes), "PrivateTypes" })]
2021-08-04 06:51:12 +02:00
2023-05-26 15:16:22 +02:00
public class Clothes : IEmotionSource
2021-08-04 06:51:12 +02:00
content.vb: >-
2023-03-30 18:07:55 +02:00
<JsonConverter(GetType(StaticJsonConverter(Of Clothes)), New Object() { GetType(Clothes), "PrivateTypes" })>
2021-08-04 06:51:12 +02:00
2023-05-26 15:16:22 +02:00
Public Class Clothes Implements IEmotionSource
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
implements:
2022-12-20 13:25:03 +01:00
- TinyLife.Emotions.IEmotionSource
2021-08-04 06:51:12 +02:00
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Objects.Clothes.TinyLife.Utilities.Extensions.JsonCopy``1
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Clothes.Types
commentId: F:TinyLife.Objects.Clothes.Types
id: Types
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: Types
nameWithType: Clothes.Types
fullName: TinyLife.Objects.Clothes.Types
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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
2022-03-09 16:13:05 +01:00
id: Types
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 30
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-03-09 16:13:05 +01:00
summary: "\nA registry that contains all <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> in the game and all mods\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly ReadOnlyDictionary<string, Clothes> Types
2021-08-04 06:51:12 +02:00
return:
2022-05-24 13:36:05 +02:00
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.Clothes}
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, Clothes)
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Clothes.Layers
commentId: F:TinyLife.Objects.Clothes.Layers
id: Layers
2022-01-01 17:06:03 +01:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: Layers
nameWithType: Clothes.Layers
fullName: TinyLife.Objects.Clothes.Layers
2022-01-01 17:06:03 +01:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-01-01 17:06:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: Layers
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 34
2022-01-01 17:06:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-03-09 16:13:05 +01:00
summary: "\nA set of all valid <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> values\n"
2022-01-01 17:06:03 +01:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public static readonly ClothesLayer[] Layers
2022-01-01 17:06:03 +01:00
return:
2022-03-09 16:13:05 +01:00
type: TinyLife.Objects.ClothesLayer[]
content.vb: Public Shared ReadOnly Layers As ClothesLayer()
- uid: TinyLife.Objects.Clothes.AllIntentions
commentId: F:TinyLife.Objects.Clothes.AllIntentions
id: AllIntentions
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: AllIntentions
nameWithType: Clothes.AllIntentions
fullName: TinyLife.Objects.Clothes.AllIntentions
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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
2022-03-09 16:13:05 +01:00
id: AllIntentions
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 38
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-03-09 16:13:05 +01:00
summary: "\nA set of all valid <xref href=\"TinyLife.Objects.ClothesIntention\" data-throw-if-not-resolved=\"false\"></xref> values\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public static readonly ClothesIntention[] AllIntentions
2021-08-04 06:51:12 +02:00
return:
2022-03-09 16:13:05 +01:00
type: TinyLife.Objects.ClothesIntention[]
content.vb: Public Shared ReadOnly AllIntentions As ClothesIntention()
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.ReferencePrice
commentId: F:TinyLife.Objects.Clothes.ReferencePrice
id: ReferencePrice
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: ReferencePrice
nameWithType: Clothes.ReferencePrice
fullName: TinyLife.Objects.Clothes.ReferencePrice
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: ReferencePrice
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 43
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe reference price for a piece of clothing.\nWhen clothes items are randomly chosen for a new <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>, the items chosen will be guaranteed to have a price equal to or below this value.\n"
example: []
syntax:
content: public const int ReferencePrice = 50
return:
type: System.Int32
content.vb: Public Const ReferencePrice As Integer = 50
- uid: TinyLife.Objects.Clothes.Name
commentId: F:TinyLife.Objects.Clothes.Name
id: Name
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Name
nameWithType: Clothes.Name
fullName: TinyLife.Objects.Clothes.Name
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: Name
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 58
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe name of this clothes item.\nSince this is used for the <xref href=\"TinyLife.Objects.Clothes.Types\" data-throw-if-not-resolved=\"false\"></xref> registry, the name must be unique across mods.\n"
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Objects.Clothes.Layer
commentId: F:TinyLife.Objects.Clothes.Layer
id: Layer
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Layer
nameWithType: Clothes.Layer
fullName: TinyLife.Objects.Clothes.Layer
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: Layer
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 62
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> that this clothes item should render on\n"
example: []
syntax:
content: public readonly ClothesLayer Layer
return:
type: TinyLife.Objects.ClothesLayer
content.vb: Public ReadOnly Layer As ClothesLayer
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.Textures
commentId: F:TinyLife.Objects.Clothes.Textures
id: Textures
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2022-12-20 13:25:03 +01:00
name: Textures
nameWithType: Clothes.Textures
fullName: TinyLife.Objects.Clothes.Textures
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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
2022-12-20 13:25:03 +01:00
id: Textures
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 66
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nThe texture atlas that this clothing item uses, which its base <xref href=\"TinyLife.Objects.Clothes.TextureRegion\" data-throw-if-not-resolved=\"false\"></xref>, animation frames and additional <xref href=\"TinyLife.Objects.Clothes.Colors\" data-throw-if-not-resolved=\"false\"></xref> are contained in.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: public readonly IReadOnlyDictionary<Point, TextureRegion> Textures
2021-08-04 06:51:12 +02:00
return:
2022-12-20 13:25:03 +01:00
type: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
content.vb: Public ReadOnly Textures As IReadOnlyDictionary(Of Point, TextureRegion)
- uid: TinyLife.Objects.Clothes.TextureRegion
commentId: F:TinyLife.Objects.Clothes.TextureRegion
id: TextureRegion
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: TextureRegion
nameWithType: Clothes.TextureRegion
fullName: TinyLife.Objects.Clothes.TextureRegion
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegion
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 70
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nThis clothing&apos;s initial, top left texture region, with additional regions laid out according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.\n"
2022-12-20 13:25:03 +01:00
example: []
syntax:
content: public readonly Point TextureRegion
return:
type: Microsoft.Xna.Framework.Point
content.vb: Public ReadOnly TextureRegion As Point
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.Colors
commentId: F:TinyLife.Objects.Clothes.Colors
id: Colors
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Colors
nameWithType: Clothes.Colors
fullName: TinyLife.Objects.Clothes.Colors
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: Colors
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 74
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nThe set of <xref href=\"TinyLife.Utilities.ColorScheme\" data-throw-if-not-resolved=\"false\"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer gathered from the <xref href=\"TinyLife.Objects.Clothes.Textures\" data-throw-if-not-resolved=\"false\"></xref> based on the <xref href=\"TinyLife.Objects.Clothes.TextureRegion\" data-throw-if-not-resolved=\"false\"></xref>, according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public readonly ColorScheme[] Colors
return:
type: TinyLife.Utilities.ColorScheme[]
content.vb: Public ReadOnly Colors As ColorScheme()
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.Price
commentId: F:TinyLife.Objects.Clothes.Price
id: Price
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: Price
nameWithType: Clothes.Price
fullName: TinyLife.Objects.Clothes.Price
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: Price
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 79
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2021-10-14 20:30:40 +02:00
summary: "\nThe price of this piece of clothing.\nUse <xref href=\"TinyLife.Objects.Clothes.GetPrice\" data-throw-if-not-resolved=\"false\"></xref> to retrieve this value for consistency.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-10-14 20:30:40 +02:00
content: public readonly float Price
2021-08-04 06:51:12 +02:00
return:
2021-10-14 20:30:40 +02:00
type: System.Single
content.vb: Public ReadOnly Price As Single
- uid: TinyLife.Objects.Clothes.Intentions
commentId: F:TinyLife.Objects.Clothes.Intentions
id: Intentions
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: Intentions
nameWithType: Clothes.Intentions
fullName: TinyLife.Objects.Clothes.Intentions
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.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: Intentions
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 83
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-01-01 17:06:03 +01:00
summary: "\nA set of <xref href=\"TinyLife.Objects.ClothesIntention\" data-throw-if-not-resolved=\"false\"></xref> flags that determine what this clothes item can be used for.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-10-14 20:30:40 +02:00
content: public readonly ClothesIntention Intentions
2021-08-04 06:51:12 +02:00
return:
2021-10-14 20:30:40 +02:00
type: TinyLife.Objects.ClothesIntention
content.vb: Public ReadOnly Intentions As ClothesIntention
- uid: TinyLife.Objects.Clothes.Icon
commentId: P:TinyLife.Objects.Clothes.Icon
id: Icon
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Icon
nameWithType: Clothes.Icon
fullName: TinyLife.Objects.Clothes.Icon
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.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: Icon
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 88
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe character creator icon for this object, which represents the category / theme / mod that it comes from.\nIf this value is nonnull, the icon will be displayed in the corner of the character creator button for this object.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public TextureRegion Icon { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
return:
type: MLEM.Textures.TextureRegion
content.vb: Public Property Icon As TextureRegion
overload: TinyLife.Objects.Clothes.Icon*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.NonBuyable
2021-10-14 20:30:40 +02:00
commentId: P:TinyLife.Objects.Clothes.NonBuyable
2021-08-04 06:51:12 +02:00
id: NonBuyable
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: NonBuyable
nameWithType: Clothes.NonBuyable
fullName: TinyLife.Objects.Clothes.NonBuyable
2021-10-14 20:30:40 +02:00
type: Property
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/Objects/Clothes.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: NonBuyable
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 93
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis value determines whether this clothes item can be bought in the character creator.\nIf this value is false, the only way for this clothes item to be visible in the character creator is by adding it to the <xref href=\"TinyLife.World.Household.ClothesStorage\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public bool NonBuyable { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
2021-08-04 06:51:12 +02:00
return:
type: System.Boolean
2021-10-14 20:30:40 +02:00
content.vb: Public Property NonBuyable As Boolean
overload: TinyLife.Objects.Clothes.NonBuyable*
- uid: TinyLife.Objects.Clothes.Ages
commentId: P:TinyLife.Objects.Clothes.Ages
id: Ages
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: Ages
nameWithType: Clothes.Ages
fullName: TinyLife.Objects.Clothes.Ages
type: Property
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/Objects/Clothes.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: Ages
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 98
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2021-10-14 20:30:40 +02:00
summary: "\nThe age groups that are allowed to wear these clothes.\nDefaults to <xref href=\"TinyLife.Objects.AgeGroup.Adult\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public AgeGroup Ages { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
2021-08-04 06:51:12 +02:00
return:
2021-10-14 20:30:40 +02:00
type: TinyLife.Objects.AgeGroup
content.vb: Public Property Ages As AgeGroup
overload: TinyLife.Objects.Clothes.Ages*
- uid: TinyLife.Objects.Clothes.DepthFunction
commentId: P:TinyLife.Objects.Clothes.DepthFunction
id: DepthFunction
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: DepthFunction
nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.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: DepthFunction
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 103
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <xref href=\"TinyLife.Objects.Pose\" data-throw-if-not-resolved=\"false\"></xref>, their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-10-14 20:30:40 +02:00
example: []
syntax:
2023-04-14 13:00:36 +02:00
content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
2021-10-14 20:30:40 +02:00
parameters: []
return:
2023-04-14 13:00:36 +02:00
type: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
content.vb: Public Property DepthFunction As Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
2021-10-14 20:30:40 +02:00
overload: TinyLife.Objects.Clothes.DepthFunction*
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer
commentId: P:TinyLife.Objects.Clothes.TextureBehaviorLayer
id: TextureBehaviorLayer
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: TextureBehaviorLayer
nameWithType: Clothes.TextureBehaviorLayer
fullName: TinyLife.Objects.Clothes.TextureBehaviorLayer
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.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-11-23 16:24:04 +01:00
id: TextureBehaviorLayer
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 108
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nA <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> whose texture behavior should be used instead of the <xref href=\"TinyLife.Objects.Clothes.Layer\" data-throw-if-not-resolved=\"false\"></xref>&apos;s texture behavior.\nThe texture behavior determines how many texture regions a clothes item uses, and whether they are animated in a certain <xref href=\"TinyLife.Objects.Pose\" data-throw-if-not-resolved=\"false\"></xref>. For more information, see https://docs.tinylifegame.com/articles/creating_textures.html.\n"
2021-11-23 16:24:04 +01:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public ClothesLayer? TextureBehaviorLayer { get; init; }
2021-11-23 16:24:04 +01:00
parameters: []
return:
type: System.Nullable{TinyLife.Objects.ClothesLayer}
content.vb: Public Property TextureBehaviorLayer As ClothesLayer?
overload: TinyLife.Objects.Clothes.TextureBehaviorLayer*
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Clothes.RandomWeight
commentId: P:TinyLife.Objects.Clothes.RandomWeight
id: RandomWeight
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: RandomWeight
nameWithType: Clothes.RandomWeight
fullName: TinyLife.Objects.Clothes.RandomWeight
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomWeight
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 114
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2022-08-02 23:19:57 +02:00
summary: "\nAn optional function that determines the weight that this clothing item has when randomly generating an <xref href=\"TinyLife.Objects.Outfit\" data-throw-if-not-resolved=\"false\"></xref> for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nThe higher the weight is, the more likely it is for this item to be chosen for an outfit.\nThe default weight for a clothing item is 3 if any of the outfit&apos;s <xref href=\"TinyLife.Objects.Outfit.Intentions\" data-throw-if-not-resolved=\"false\"></xref> match the clothing item&apos;s <xref href=\"TinyLife.Objects.Clothes.Intentions\" data-throw-if-not-resolved=\"false\"></xref>, and 1 otherwise.\n"
2022-07-28 14:58:38 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public Func<Clothes, Outfit, float> RandomWeight { get; init; }
2022-07-28 14:58:38 +02:00
parameters: []
return:
type: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single}
content.vb: Public Property RandomWeight As Func(Of Clothes, Outfit, Single)
overload: TinyLife.Objects.Clothes.RandomWeight*
- uid: TinyLife.Objects.Clothes.RandomColorWeight
commentId: P:TinyLife.Objects.Clothes.RandomColorWeight
id: RandomColorWeight
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: RandomColorWeight
nameWithType: Clothes.RandomColorWeight
fullName: TinyLife.Objects.Clothes.RandomColorWeight
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomColorWeight
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 119
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nAn optional function that determines the weight that this clothing item&apos;s given color index has when randomly generating an <xref href=\"TinyLife.Objects.Outfit\" data-throw-if-not-resolved=\"false\"></xref> for a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nThe default weight for each clothing item&apos;s color is 1, and the higher the weight is, the more likely it is for the color to be chosen for an outfit.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public Func<Clothes, ColorScheme, int, float> RandomColorWeight { get; init; }
2022-07-28 14:58:38 +02:00
parameters: []
return:
type: System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single}
content.vb: Public Property RandomColorWeight As Func(Of Clothes, ColorScheme, Integer, Single)
overload: TinyLife.Objects.Clothes.RandomColorWeight*
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes.IsIncompatible
commentId: P:TinyLife.Objects.Clothes.IsIncompatible
id: IsIncompatible
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: IsIncompatible
nameWithType: Clothes.IsIncompatible
fullName: TinyLife.Objects.Clothes.IsIncompatible
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-10-18 13:03:11 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIncompatible
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 123
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-03-30 18:07:55 +02:00
summary: "\nAn optional function that determines whether this clothing item is incompatible with the passed clothing item. If this function returns <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">true</a>, the other clothing item is removed from an <xref href=\"TinyLife.Objects.Outfit\" data-throw-if-not-resolved=\"false\"></xref> when this item gets added.\n"
2022-10-18 13:03:11 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public Func<Clothes, Clothes, bool> IsIncompatible { get; init; }
2022-10-18 13:03:11 +02:00
parameters: []
return:
type: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Clothes,System.Boolean}
content.vb: Public Property IsIncompatible As Func(Of Clothes, Clothes, Boolean)
overload: TinyLife.Objects.Clothes.IsIncompatible*
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Clothes.LayersToHide
commentId: P:TinyLife.Objects.Clothes.LayersToHide
id: LayersToHide
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: LayersToHide
nameWithType: Clothes.LayersToHide
fullName: TinyLife.Objects.Clothes.LayersToHide
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LayersToHide
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 128
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nA set of <xref href=\"TinyLife.Objects.ClothesLayer\" data-throw-if-not-resolved=\"false\"></xref> flags that determines which clothes layers are hidden when this clothing item is being worn.\nThis is used by objects like the headscarf, which hides hair.\n"
example: []
2023-03-30 18:07:55 +02:00
syntax:
content: public ClothesLayer LayersToHide { get; init; }
parameters: []
return:
type: TinyLife.Objects.ClothesLayer
content.vb: Public Property LayersToHide As ClothesLayer
overload: TinyLife.Objects.Clothes.LayersToHide*
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Clothes.Description
commentId: P:TinyLife.Objects.Clothes.Description
id: Description
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Description
nameWithType: Clothes.Description
fullName: TinyLife.Objects.Clothes.Description
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/Objects/Clothes.cs
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA function that can optionally determine a set of additional text strings that are added to this clothes item&apos;s description in the <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref>. To do so, simply add to the passed <xref href=\"System.Collections.Generic.List%601\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Action<Clothes, Person, List<string>> Description { get; init; }
parameters: []
return:
type: System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.Person,System.Collections.Generic.List{System.String}}
content.vb: Public Property Description As Action(Of Clothes, Person, List(Of String))
overload: TinyLife.Objects.Clothes.Description*
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.SourceString
commentId: P:TinyLife.Objects.Clothes.SourceString
id: SourceString
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: SourceString
nameWithType: Clothes.SourceString
fullName: TinyLife.Objects.Clothes.SourceString
type: Property
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 134
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA (localized) string that is displayed when hovering over an <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that has this source\n"
example: []
syntax:
content: public string SourceString { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property SourceString As String
overload: TinyLife.Objects.Clothes.SourceString*
implements:
- TinyLife.Emotions.IEmotionSource.SourceString
- uid: TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
commentId: M:TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])
id: '#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])'
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, params ColorScheme[])
nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, params ColorScheme[])
fullName: TinyLife.Objects.Clothes.Clothes(string, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, float, TinyLife.Objects.ClothesIntention, params TinyLife.Utilities.ColorScheme[])
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/Objects/Clothes.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: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 146
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2023-04-26 14:51:19 +02:00
summary: "\nCreates a new clothes item with the given data, producing a texture layout according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, params ColorScheme[] colors)
2021-08-04 06:51:12 +02:00
parameters:
- id: name
type: System.String
description: The name of this clothes item
- id: layer
type: TinyLife.Objects.ClothesLayer
description: The <xref href="TinyLife.Objects.ClothesLayer" data-throw-if-not-resolved="false"></xref> that this clothes item should render on
2022-12-20 13:25:03 +01:00
- id: textures
type: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
description: The texture atlas to use for this clothing item.
- id: textureRegion
type: Microsoft.Xna.Framework.Point
description: The top left (standing frame 1) <xref href="TinyLife.Objects.Clothes.TextureRegion" data-throw-if-not-resolved="false"></xref> that this clothes item uses in the world
2021-08-04 06:51:12 +02:00
- id: price
type: System.Single
description: The price of this piece of clothing
- id: intentions
type: TinyLife.Objects.ClothesIntention
description: A set of <xref href="TinyLife.Objects.ClothesIntention" data-throw-if-not-resolved="false"></xref> flags that determine what this clothes item can be used for
- id: colors
type: TinyLife.Utilities.ColorScheme[]
2023-04-26 14:51:19 +02:00
description: The set of <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer.
2022-12-20 13:25:03 +01:00
content.vb: Public Sub New(name As String, layer As ClothesLayer, textures As IReadOnlyDictionary(Of Point, TextureRegion), textureRegion As Point, price As Single, intentions As ClothesIntention, ParamArray colors As ColorScheme())
2021-08-04 06:51:12 +02:00
overload: TinyLife.Objects.Clothes.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, ParamArray ColorScheme())
fullName.vb: TinyLife.Objects.Clothes.New(String, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, Single, TinyLife.Objects.ClothesIntention, ParamArray TinyLife.Utilities.ColorScheme())
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, ParamArray ColorScheme())
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.GetPrice
commentId: M:TinyLife.Objects.Clothes.GetPrice
id: GetPrice
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: GetPrice()
nameWithType: Clothes.GetPrice()
fullName: TinyLife.Objects.Clothes.GetPrice()
type: Method
source:
remote:
path: TinyLife/Objects/Clothes.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: GetPrice
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 172
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
example: []
syntax:
content: public float GetPrice()
return:
type: System.Single
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetPrice() As Single
2021-08-04 06:51:12 +02:00
overload: TinyLife.Objects.Clothes.GetPrice*
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
commentId: M:TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
id: GetDescription(TinyLife.Objects.Person)
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: GetDescription(Person)
nameWithType: Clothes.GetDescription(Person)
fullName: TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: ../TinyLife/Objects/Clothes.cs
startLine: 182
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nReturns this clothes item&apos;s description, which is displayed in the <xref href=\"TinyLife.Uis.CharacterCreator\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method returns this clothes item&apos;s <xref href=\"TinyLife.Objects.Clothes.Intentions\" data-throw-if-not-resolved=\"false\"></xref>&apos; description, as well as any additional description info returned by <xref href=\"TinyLife.Objects.Clothes.Description\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public IEnumerable<string> GetDescription(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person who is wearing this clothing item, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
return:
type: System.Collections.Generic.IEnumerable{System.String}
description: This clothes item&apos;s description.
content.vb: Public Function GetDescription(person As Person) As IEnumerable(Of String)
overload: TinyLife.Objects.Clothes.GetDescription*
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
commentId: M:TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
id: AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: AreCompatible(Clothes, Clothes)
nameWithType: Clothes.AreCompatible(Clothes, Clothes)
fullName: TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes, TinyLife.Objects.Clothes)
type: Method
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-10-18 13:03:11 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreCompatible
path: ../TinyLife/Objects/Clothes.cs
2023-05-11 14:56:06 +02:00
startLine: 194
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA utility function that checks the passed two <xref href=\"TinyLife.Objects.Clothes\" data-throw-if-not-resolved=\"false\"></xref> items&apos; <xref href=\"TinyLife.Objects.Clothes.IsIncompatible\" data-throw-if-not-resolved=\"false\"></xref> functions and returns whether they are compatible, meaning whether they can be worn together in the same <xref href=\"TinyLife.Objects.Outfit\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public static bool AreCompatible(Clothes clothes, Clothes other)
parameters:
- id: clothes
type: TinyLife.Objects.Clothes
description: The first clothes item.
- id: other
type: TinyLife.Objects.Clothes
description: The second clothes item.
return:
type: System.Boolean
description: Whether the two clothes items are compatible.
content.vb: Public Shared Function AreCompatible(clothes As Clothes, other As Clothes) As Boolean
overload: TinyLife.Objects.Clothes.AreCompatible*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
commentId: M:TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
id: Register(TinyLife.Objects.Clothes)
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Register(Clothes)
nameWithType: Clothes.Register(Clothes)
fullName: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
type: Method
source:
remote:
path: TinyLife/Objects/Clothes.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: Register
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-05-26 15:16:22 +02:00
startLine: 203
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nRegister the given clothes instance to the <xref href=\"TinyLife.Objects.Clothes.Types\" data-throw-if-not-resolved=\"false\"></xref> registry\n"
example: []
syntax:
2023-05-26 15:16:22 +02:00
content: public static Clothes Register(Clothes clothes)
2021-08-04 06:51:12 +02:00
parameters:
- id: clothes
type: TinyLife.Objects.Clothes
description: The clothes to register
2023-05-26 15:16:22 +02:00
return:
type: TinyLife.Objects.Clothes
description: The passed <code data-dev-comment-type="paramref" class="paramref">clothes</code>, for chaining.
content.vb: Public Shared Function Register(clothes As Clothes) As Clothes
2021-08-04 06:51:12 +02:00
overload: TinyLife.Objects.Clothes.Register*
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
commentId: M:TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
2023-03-30 18:07:55 +02:00
name: Register(Clothes)
nameWithType: Clothes.Register(Clothes)
fullName: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
spec.csharp:
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
name: Register
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: )
spec.vb:
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
name: Register
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: )
2021-08-04 06:51:12 +02:00
- 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
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
2021-08-04 06:51:12 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.Objects.Clothes.TinyLife.Utilities.Extensions.JsonCopy``1
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<Clothes>(Clothes)
nameWithType: Extensions.JsonCopy<Clothes>(Clothes)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Clothes>(TinyLife.Objects.Clothes)
nameWithType.vb: Extensions.JsonCopy(Of Clothes)(Clothes)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Clothes)(TinyLife.Objects.Clothes)
name.vb: JsonCopy(Of Clothes)(Clothes)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Clothes)
name: JsonCopy
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Clothes)
name: JsonCopy
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: )
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
2021-08-04 06:51:12 +02:00
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
2021-08-04 06:51:12 +02:00
- 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
- 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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes
commentId: T:TinyLife.Objects.Clothes
parent: TinyLife.Objects
name: Clothes
nameWithType: Clothes
fullName: TinyLife.Objects.Clothes
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.Clothes}
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Objects.Clothes}
parent: System.Collections.ObjectModel
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name: ReadOnlyDictionary<string, Clothes>
nameWithType: ReadOnlyDictionary<string, Clothes>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Objects.Clothes>
2022-05-24 13:36:05 +02:00
nameWithType.vb: ReadOnlyDictionary(Of String, Clothes)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Objects.Clothes)
2022-05-24 13:36:05 +02:00
name.vb: ReadOnlyDictionary(Of String, Clothes)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: '>'
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-05-24 13:36:05 +02:00
name: ReadOnlyDictionary<TKey, TValue>
nameWithType: ReadOnlyDictionary<TKey, TValue>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
nameWithType.vb: ReadOnlyDictionary(Of TKey, TValue)
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue)
name.vb: ReadOnlyDictionary(Of TKey, TValue)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: '>'
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TValue
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Collections.ObjectModel
commentId: N:System.Collections.ObjectModel
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name: System.Collections.ObjectModel
nameWithType: System.Collections.ObjectModel
fullName: System.Collections.ObjectModel
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.ObjectModel
name: ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.ObjectModel
name: ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.ClothesLayer
commentId: T:TinyLife.Objects.ClothesLayer
parent: TinyLife.Objects
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer[]
isExternal: true
name: ClothesLayer[]
nameWithType: ClothesLayer[]
fullName: TinyLife.Objects.ClothesLayer[]
nameWithType.vb: ClothesLayer()
fullName.vb: TinyLife.Objects.ClothesLayer()
name.vb: ClothesLayer()
spec.csharp:
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
2022-03-09 16:13:05 +01:00
spec.vb:
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.ClothesIntention
commentId: T:TinyLife.Objects.ClothesIntention
parent: TinyLife.Objects
name: ClothesIntention
nameWithType: ClothesIntention
fullName: TinyLife.Objects.ClothesIntention
- uid: TinyLife.Objects.ClothesIntention[]
isExternal: true
name: ClothesIntention[]
nameWithType: ClothesIntention[]
fullName: TinyLife.Objects.ClothesIntention[]
nameWithType.vb: ClothesIntention()
fullName.vb: TinyLife.Objects.ClothesIntention()
name.vb: ClothesIntention()
spec.csharp:
- uid: TinyLife.Objects.ClothesIntention
name: ClothesIntention
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
2022-03-09 16:13:05 +01:00
spec.vb:
- uid: TinyLife.Objects.ClothesIntention
name: ClothesIntention
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.Types
commentId: F:TinyLife.Objects.Clothes.Types
2023-03-30 18:07:55 +02:00
name: Types
nameWithType: Clothes.Types
fullName: TinyLife.Objects.Clothes.Types
2021-08-04 06:51:12 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.TextureRegion
commentId: F:TinyLife.Objects.Clothes.TextureRegion
2023-03-30 18:07:55 +02:00
name: TextureRegion
nameWithType: Clothes.TextureRegion
fullName: TinyLife.Objects.Clothes.TextureRegion
2023-04-26 14:51:19 +02:00
- uid: TinyLife.Objects.Clothes.Colors
commentId: F:TinyLife.Objects.Clothes.Colors
name: Colors
nameWithType: Clothes.Colors
fullName: TinyLife.Objects.Clothes.Colors
2022-12-20 13:25:03 +01:00
- uid: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
commentId: T:System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyDictionary`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
2022-12-20 13:25:03 +01:00
name: IReadOnlyDictionary<Point, TextureRegion>
nameWithType: IReadOnlyDictionary<Point, TextureRegion>
fullName: System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>
nameWithType.vb: IReadOnlyDictionary(Of Point, TextureRegion)
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)
name.vb: IReadOnlyDictionary(Of Point, TextureRegion)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-12-20 13:25:03 +01:00
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
2022-12-20 13:25:03 +01:00
- name: <
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
2022-12-20 13:25:03 +01:00
- name: '>'
2021-08-04 06:51:12 +02:00
spec.vb:
2022-12-20 13:25:03 +01:00
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
- name: (
- name: Of
- name: " "
2022-12-20 13:25:03 +01:00
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
isExternal: true
2022-12-20 13:25:03 +01:00
- name: )
- uid: System.Collections.Generic.IReadOnlyDictionary`2
commentId: T:System.Collections.Generic.IReadOnlyDictionary`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
2022-12-20 13:25:03 +01:00
name: IReadOnlyDictionary<TKey, TValue>
nameWithType: IReadOnlyDictionary<TKey, TValue>
fullName: System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
nameWithType.vb: IReadOnlyDictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of TKey, TValue)
name.vb: IReadOnlyDictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
2022-12-20 13:25:03 +01:00
- name: <
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
- name: (
- name: Of
- name: " "
2022-12-20 13:25:03 +01:00
- name: TKey
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: TValue
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-12-20 13:25:03 +01:00
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2022-12-20 13:25:03 +01:00
- uid: Microsoft.Xna.Framework.Point
commentId: T:Microsoft.Xna.Framework.Point
parent: Microsoft.Xna.Framework
isExternal: true
name: Point
nameWithType: Point
fullName: Microsoft.Xna.Framework.Point
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme
commentId: T:TinyLife.Utilities.ColorScheme
parent: TinyLife.Utilities
name: ColorScheme
nameWithType: ColorScheme
fullName: TinyLife.Utilities.ColorScheme
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.Textures
commentId: F:TinyLife.Objects.Clothes.Textures
2023-03-30 18:07:55 +02:00
name: Textures
nameWithType: Clothes.Textures
fullName: TinyLife.Objects.Clothes.Textures
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.ColorScheme[]
isExternal: true
name: ColorScheme[]
nameWithType: ColorScheme[]
fullName: TinyLife.Utilities.ColorScheme[]
nameWithType.vb: ColorScheme()
fullName.vb: TinyLife.Utilities.ColorScheme()
name.vb: ColorScheme()
spec.csharp:
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.GetPrice
commentId: M:TinyLife.Objects.Clothes.GetPrice
2023-03-30 18:07:55 +02:00
name: GetPrice()
nameWithType: Clothes.GetPrice()
fullName: TinyLife.Objects.Clothes.GetPrice()
spec.csharp:
- uid: TinyLife.Objects.Clothes.GetPrice
name: GetPrice
- name: (
- name: )
spec.vb:
- uid: TinyLife.Objects.Clothes.GetPrice
name: GetPrice
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.Icon*
commentId: Overload:TinyLife.Objects.Clothes.Icon
name: Icon
nameWithType: Clothes.Icon
fullName: TinyLife.Objects.Clothes.Icon
2022-12-20 13:25:03 +01:00
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.ClothesStorage
commentId: F:TinyLife.World.Household.ClothesStorage
2023-03-30 18:07:55 +02:00
name: ClothesStorage
nameWithType: Household.ClothesStorage
fullName: TinyLife.World.Household.ClothesStorage
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.NonBuyable*
commentId: Overload:TinyLife.Objects.Clothes.NonBuyable
name: NonBuyable
nameWithType: Clothes.NonBuyable
fullName: TinyLife.Objects.Clothes.NonBuyable
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.AgeGroup.Adult
commentId: F:TinyLife.Objects.AgeGroup.Adult
2023-03-30 18:07:55 +02:00
name: Adult
nameWithType: AgeGroup.Adult
fullName: TinyLife.Objects.AgeGroup.Adult
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.Ages*
commentId: Overload:TinyLife.Objects.Clothes.Ages
name: Ages
nameWithType: Clothes.Ages
fullName: TinyLife.Objects.Clothes.Ages
- uid: TinyLife.Objects.AgeGroup
commentId: T:TinyLife.Objects.AgeGroup
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects
2021-10-14 20:30:40 +02:00
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
2023-04-26 14:51:19 +02:00
- uid: TinyLife.Objects.Pose
commentId: T:TinyLife.Objects.Pose
parent: TinyLife.Objects
name: Pose
nameWithType: Pose
fullName: TinyLife.Objects.Pose
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)
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
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
- name: )
- uid: TinyLife.Objects.Clothes.DepthFunction*
commentId: Overload:TinyLife.Objects.Clothes.DepthFunction
name: DepthFunction
nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction
2023-04-14 13:00:36 +02:00
- uid: System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
2021-10-14 20:30:40 +02:00
parent: System
2022-11-12 13:53:28 +01:00
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2023-04-14 13:00:36 +02:00
name: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
nameWithType: Func<(Pose Pose, Direction2 Rotation, int Layer), float>
fullName: System.Func<(TinyLife.Objects.Pose Pose, MLEM.Misc.Direction2 Rotation, int Layer), float>
nameWithType.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
fullName.vb: System.Func(Of (Pose As TinyLife.Objects.Pose, Rotation As MLEM.Misc.Direction2, Layer As Integer), Single)
name.vb: Func(Of (Pose As Pose, Rotation As Direction2, Layer As Integer), Single)
2021-10-14 20:30:40 +02:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: System.Func`2
2021-10-14 20:30:40 +02:00
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-10-14 20:30:40 +02:00
- name: <
2023-03-30 18:07:55 +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
- name: " "
2023-04-14 13:00:36 +02:00
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
2023-03-30 18:07:55 +02:00
name: Pose
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: " "
2023-04-14 13:00:36 +02:00
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
2023-03-30 18:07:55 +02:00
name: Rotation
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-11-12 13:53:28 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
2023-04-14 13:00:36 +02:00
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
2023-03-30 18:07:55 +02:00
name: Layer
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
2023-03-30 18:07:55 +02:00
- name: )
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-10-14 20:30:40 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-10-14 20:30:40 +02:00
- name: '>'
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: System.Func`2
2021-10-14 20:30:40 +02:00
name: Func
2023-03-30 18:07:55 +02:00
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: (
2023-04-14 13:00:36 +02:00
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Pose
2023-03-30 18:07:55 +02:00
name: Pose
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.pose
2023-03-30 18:07:55 +02:00
- name: " "
- name: As
- 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: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Rotation
2023-03-30 18:07:55 +02:00
name: Rotation
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.rotation
2023-03-30 18:07:55 +02:00
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-04-14 13:00:36 +02:00
- uid: System.ValueTuple{TinyLife.Objects.Pose,MLEM.Misc.Direction2,System.Int32}.Layer
2023-03-30 18:07:55 +02:00
name: Layer
2023-04-14 13:00:36 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.pose,mlem.misc.direction2,system.int32-.layer
2023-03-30 18:07:55 +02:00
- name: " "
- name: As
- name: " "
2022-11-12 13:53:28 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-11-12 13:53:28 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2022-11-12 13:53:28 +01:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-10-14 20:30:40 +02:00
- name: )
2022-11-12 13:53:28 +01:00
- uid: System.Func`2
commentId: T:System.Func`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-11-12 13:53:28 +01:00
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
2021-10-14 20:30:40 +02:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: System.Func`2
2021-10-14 20:30:40 +02:00
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-10-14 20:30:40 +02:00
- name: <
2022-11-12 13:53:28 +01:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: TResult
- name: '>'
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: System.Func`2
2021-10-14 20:30:40 +02:00
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2022-11-12 13:53:28 +01:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: TResult
- name: )
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.Clothes.Layer
commentId: F:TinyLife.Objects.Clothes.Layer
2023-03-30 18:07:55 +02:00
name: Layer
nameWithType: Clothes.Layer
fullName: TinyLife.Objects.Clothes.Layer
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.Clothes.TextureBehaviorLayer*
commentId: Overload:TinyLife.Objects.Clothes.TextureBehaviorLayer
name: TextureBehaviorLayer
nameWithType: Clothes.TextureBehaviorLayer
fullName: TinyLife.Objects.Clothes.TextureBehaviorLayer
- uid: System.Nullable{TinyLife.Objects.ClothesLayer}
commentId: T:System.Nullable{TinyLife.Objects.ClothesLayer}
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
name: ClothesLayer?
nameWithType: ClothesLayer?
fullName: TinyLife.Objects.ClothesLayer?
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2023-03-30 18:07:55 +02:00
- name: '?'
2021-11-23 16:24:04 +01:00
spec.vb:
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2023-03-30 18:07:55 +02:00
- name: '?'
2021-11-23 16:24:04 +01:00
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-11-23 16:24:04 +01:00
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-11-23 16:24:04 +01:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- name: T
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Outfit
commentId: T:TinyLife.Objects.Outfit
parent: TinyLife.Objects
name: Outfit
nameWithType: Outfit
fullName: TinyLife.Objects.Outfit
2022-08-02 23:19:57 +02:00
- uid: TinyLife.Objects.Outfit.Intentions
commentId: F:TinyLife.Objects.Outfit.Intentions
2023-03-30 18:07:55 +02:00
name: Intentions
nameWithType: Outfit.Intentions
fullName: TinyLife.Objects.Outfit.Intentions
2022-08-02 23:19:57 +02:00
- uid: TinyLife.Objects.Clothes.Intentions
commentId: F:TinyLife.Objects.Clothes.Intentions
2023-03-30 18:07:55 +02:00
name: Intentions
nameWithType: Clothes.Intentions
fullName: TinyLife.Objects.Clothes.Intentions
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Clothes.RandomWeight*
commentId: Overload:TinyLife.Objects.Clothes.RandomWeight
name: RandomWeight
nameWithType: Clothes.RandomWeight
fullName: TinyLife.Objects.Clothes.RandomWeight
- uid: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single}
commentId: T:System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Outfit,System.Single}
parent: System
definition: System.Func`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<Clothes, Outfit, float>
nameWithType: Func<Clothes, Outfit, float>
fullName: System.Func<TinyLife.Objects.Clothes, TinyLife.Objects.Outfit, float>
2022-07-28 14:58:38 +02:00
nameWithType.vb: Func(Of Clothes, Outfit, Single)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Objects.Clothes, TinyLife.Objects.Outfit, Single)
2022-07-28 14:58:38 +02:00
name.vb: Func(Of Clothes, Outfit, Single)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-07-28 14:58:38 +02:00
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Outfit
name: Outfit
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Outfit
name: Outfit
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: )
2022-11-12 13:53:28 +01:00
- uid: System.Func`3
commentId: T:System.Func`3
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-11-12 13:53:28 +01:00
name: Func<T1, T2, TResult>
nameWithType: Func<T1, T2, TResult>
fullName: System.Func<T1, T2, TResult>
nameWithType.vb: Func(Of T1, T2, TResult)
fullName.vb: System.Func(Of T1, T2, TResult)
name.vb: Func(Of T1, T2, TResult)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-11-12 13:53:28 +01:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
2022-11-12 13:53:28 +01:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- name: TResult
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Clothes.RandomColorWeight*
commentId: Overload:TinyLife.Objects.Clothes.RandomColorWeight
name: RandomColorWeight
nameWithType: Clothes.RandomColorWeight
fullName: TinyLife.Objects.Clothes.RandomColorWeight
- uid: System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single}
commentId: T:System.Func{TinyLife.Objects.Clothes,TinyLife.Utilities.ColorScheme,System.Int32,System.Single}
parent: System
definition: System.Func`4
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
name: Func<Clothes, ColorScheme, int, float>
nameWithType: Func<Clothes, ColorScheme, int, float>
fullName: System.Func<TinyLife.Objects.Clothes, TinyLife.Utilities.ColorScheme, int, float>
nameWithType.vb: Func(Of Clothes, ColorScheme, Integer, Single)
fullName.vb: System.Func(Of TinyLife.Objects.Clothes, TinyLife.Utilities.ColorScheme, Integer, Single)
name.vb: Func(Of Clothes, ColorScheme, Integer, Single)
2022-07-28 14:58:38 +02:00
spec.csharp:
- uid: System.Func`4
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
2022-07-28 14:58:38 +02:00
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: '>'
spec.vb:
- uid: System.Func`4
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-28 14:58:38 +02:00
- name: )
- uid: System.Func`4
commentId: T:System.Func`4
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
2022-07-28 14:58:38 +02:00
name: Func<T1, T2, T3, TResult>
nameWithType: Func<T1, T2, T3, TResult>
fullName: System.Func<T1, T2, T3, TResult>
nameWithType.vb: Func(Of T1, T2, T3, TResult)
fullName.vb: System.Func(Of T1, T2, T3, TResult)
name.vb: Func(Of T1, T2, T3, TResult)
spec.csharp:
- uid: System.Func`4
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
2022-07-28 14:58:38 +02:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: T3
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`4
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-4
- name: (
- name: Of
- name: " "
2022-07-28 14:58:38 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: T3
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- name: TResult
- name: )
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes.IsIncompatible*
commentId: Overload:TinyLife.Objects.Clothes.IsIncompatible
name: IsIncompatible
nameWithType: Clothes.IsIncompatible
fullName: TinyLife.Objects.Clothes.IsIncompatible
- uid: System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Clothes,System.Boolean}
commentId: T:System.Func{TinyLife.Objects.Clothes,TinyLife.Objects.Clothes,System.Boolean}
parent: System
definition: System.Func`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<Clothes, Clothes, bool>
nameWithType: Func<Clothes, Clothes, bool>
fullName: System.Func<TinyLife.Objects.Clothes, TinyLife.Objects.Clothes, bool>
2022-10-18 13:03:11 +02:00
nameWithType.vb: Func(Of Clothes, Clothes, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Objects.Clothes, TinyLife.Objects.Clothes, Boolean)
2022-10-18 13:03:11 +02:00
name.vb: Func(Of Clothes, Clothes, Boolean)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-10-18 13:03:11 +02:00
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-10-18 13:03:11 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-10-18 13:03:11 +02:00
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-10-18 13:03:11 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Clothes.LayersToHide*
commentId: Overload:TinyLife.Objects.Clothes.LayersToHide
name: LayersToHide
nameWithType: Clothes.LayersToHide
fullName: TinyLife.Objects.Clothes.LayersToHide
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis
name: CharacterCreator
nameWithType: CharacterCreator
fullName: TinyLife.Uis.CharacterCreator
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.Objects.Clothes.Description*
commentId: Overload:TinyLife.Objects.Clothes.Description
name: Description
nameWithType: Clothes.Description
fullName: TinyLife.Objects.Clothes.Description
- uid: System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.Person,System.Collections.Generic.List{System.String}}
commentId: T:System.Action{TinyLife.Objects.Clothes,TinyLife.Objects.Person,System.Collections.Generic.List{System.String}}
parent: System
definition: System.Action`3
href: https://learn.microsoft.com/dotnet/api/system.action-3
name: Action<Clothes, Person, List<string>>
nameWithType: Action<Clothes, Person, List<string>>
fullName: System.Action<TinyLife.Objects.Clothes, TinyLife.Objects.Person, System.Collections.Generic.List<string>>
nameWithType.vb: Action(Of Clothes, Person, List(Of String))
fullName.vb: System.Action(Of TinyLife.Objects.Clothes, TinyLife.Objects.Person, System.Collections.Generic.List(Of String))
name.vb: Action(Of Clothes, Person, List(Of String))
spec.csharp:
- uid: System.Action`3
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-3
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- name: '>'
spec.vb:
- uid: System.Action`3
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-3
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Clothes
name: Clothes
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: )
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Uis
name: Uis
- uid: System.Action`3
commentId: T:System.Action`3
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-3
name: Action<T1, T2, T3>
nameWithType: Action<T1, T2, T3>
fullName: System.Action<T1, T2, T3>
nameWithType.vb: Action(Of T1, T2, T3)
fullName.vb: System.Action(Of T1, T2, T3)
name.vb: Action(Of T1, T2, T3)
spec.csharp:
- uid: System.Action`3
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-3
- name: <
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: T3
- name: '>'
spec.vb:
- uid: System.Action`3
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-3
- name: (
- name: Of
- name: " "
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: T3
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.SourceString*
commentId: Overload:TinyLife.Objects.Clothes.SourceString
name: SourceString
nameWithType: Clothes.SourceString
fullName: TinyLife.Objects.Clothes.SourceString
- uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
parent: TinyLife.Emotions.IEmotionSource
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.#ctor*
commentId: Overload:TinyLife.Objects.Clothes.#ctor
name: Clothes
nameWithType: Clothes.Clothes
fullName: TinyLife.Objects.Clothes.Clothes
2023-03-30 18:07:55 +02:00
nameWithType.vb: Clothes.New
fullName.vb: TinyLife.Objects.Clothes.New
name.vb: New
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes.GetPrice*
commentId: Overload:TinyLife.Objects.Clothes.GetPrice
name: GetPrice
nameWithType: Clothes.GetPrice
fullName: TinyLife.Objects.Clothes.GetPrice
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Clothes.Description
commentId: P:TinyLife.Objects.Clothes.Description
name: Description
nameWithType: Clothes.Description
fullName: TinyLife.Objects.Clothes.Description
- uid: TinyLife.Objects.Clothes.GetDescription*
commentId: Overload:TinyLife.Objects.Clothes.GetDescription
name: GetDescription
nameWithType: Clothes.GetDescription
fullName: TinyLife.Objects.Clothes.GetDescription
- uid: System.Collections.Generic.IEnumerable{System.String}
commentId: T:System.Collections.Generic.IEnumerable{System.String}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2023-05-11 14:56:06 +02:00
name: IEnumerable<string>
nameWithType: IEnumerable<string>
fullName: System.Collections.Generic.IEnumerable<string>
nameWithType.vb: IEnumerable(Of String)
fullName.vb: System.Collections.Generic.IEnumerable(Of String)
name.vb: IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
2023-05-11 14:56:06 +02:00
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2023-05-11 14:56:06 +02:00
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Clothes.IsIncompatible
commentId: P:TinyLife.Objects.Clothes.IsIncompatible
name: IsIncompatible
nameWithType: Clothes.IsIncompatible
fullName: TinyLife.Objects.Clothes.IsIncompatible
- uid: TinyLife.Objects.Clothes.AreCompatible*
commentId: Overload:TinyLife.Objects.Clothes.AreCompatible
name: AreCompatible
nameWithType: Clothes.AreCompatible
fullName: TinyLife.Objects.Clothes.AreCompatible
- uid: TinyLife.Objects.Clothes.Register*
commentId: Overload:TinyLife.Objects.Clothes.Register
name: Register
nameWithType: Clothes.Register
fullName: TinyLife.Objects.Clothes.Register