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

2974 lines
109 KiB
YAML
Raw Permalink 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:
2023-06-25 15:41:49 +02: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.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])
2024-03-09 19:49:55 +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.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
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.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
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.Clothes.StylePreference
- TinyLife.Objects.Clothes.StylePreferences
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: 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
2024-01-07 16:53:47 +01:00
summary: >-
A 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.
Custom clothes can be registered using <xref href="TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: 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
2024-01-07 16:53:47 +01:00
summary: A registry that contains all <xref href="TinyLife.Objects.Clothes" data-throw-if-not-resolved="false"></xref> in the game and all mods
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-12-06 13:25:52 +01: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
2024-01-07 16:53:47 +01:00
summary: A set of all valid <xref href="TinyLife.Objects.ClothesLayer" data-throw-if-not-resolved="false"></xref> values
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: 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
2024-01-07 16:53:47 +01:00
summary: A set of all valid <xref href="TinyLife.Objects.ClothesIntention" data-throw-if-not-resolved="false"></xref> values
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()
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Objects.Clothes.StylePreferences
commentId: F:TinyLife.Objects.Clothes.StylePreferences
id: StylePreferences
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: StylePreferences
nameWithType: Clothes.StylePreferences
fullName: TinyLife.Objects.Clothes.StylePreferences
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StylePreferences
path: ../TinyLife/Objects/Clothes.cs
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A set of all valid <xref href="TinyLife.Objects.Clothes.StylePreference" data-throw-if-not-resolved="false"></xref> values.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public static readonly StylePreference[] StylePreferences
return:
type: TinyLife.Objects.StylePreference[]
content.vb: Public Shared ReadOnly StylePreferences As StylePreference()
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ReferencePrice
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 47
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
The reference price for a piece of clothing.
When 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.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Name
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 62
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
The name of this clothes item.
Since 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.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Layer
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 66
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: The <xref href="TinyLife.Objects.ClothesLayer" data-throw-if-not-resolved="false"></xref> that this clothes item should render on
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-12-20 13:25:03 +01:00
id: Textures
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 70
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: The 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.
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-12-06 13:25:52 +01: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-06-25 15:41:49 +02:00
startLine: 74
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: This clothing'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.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Colors
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 78
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: 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 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.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public readonly ColorSettings Colors
2021-08-04 06:51:12 +02:00
return:
2024-03-09 19:49:55 +01:00
type: TinyLife.Utilities.ColorSettings
content.vb: Public ReadOnly Colors As ColorSettings
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: Price
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 82
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: The price of this piece of clothing.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: Intentions
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 86
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: 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.
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
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Objects.Clothes.StylePreference
commentId: F:TinyLife.Objects.Clothes.StylePreference
id: StylePreference
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: StylePreference
nameWithType: Clothes.StylePreference
fullName: TinyLife.Objects.Clothes.StylePreference
type: Field
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StylePreference
path: ../TinyLife/Objects/Clothes.cs
startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: The style preference that this clothing item falls into. A clothing item's style preference slightly influences whether it will be chosen in <xref href="TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random%2cTinyLife.Objects.Person%2cTinyLife.Objects.ClothesLayer%2cTinyLife.Objects.ClothesIntention%2cSystem.Nullable%7bTinyLife.Objects.StylePreference%7d%2cSystem.Boolean%2cSystem.Int32%2cSystem.Func%7bTinyLife.Objects.Clothes%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>. The style preference is not exposed to players.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public readonly StylePreference StylePreference
return:
type: TinyLife.Objects.StylePreference
content.vb: Public ReadOnly StylePreference As StylePreference
2021-10-14 20:30:40 +02:00
- 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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: Icon
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 96
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
The character creator icon for this object, which represents the category / theme / mod that it comes from.
If this value is nonnull, the icon will be displayed in the corner of the character creator button for this object.
2021-10-14 20:30:40 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: NonBuyable
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 101
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
This value determines whether this clothes item can be bought in the character creator.
If 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>.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: Ages
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 106
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
The age groups that are allowed to wear these clothes.
Defaults to <xref href="TinyLife.Objects.AgeGroup.Adult" data-throw-if-not-resolved="false"></xref>.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: DepthFunction
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 111
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A 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.
This function defaults to returning <xref href="TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)" data-throw-if-not-resolved="false"></xref>.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: TextureBehaviorLayer
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 116
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A <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>'s texture behavior.
The 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.
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-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomWeight
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 122
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
An 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>.
The higher the weight is, the more likely it is for this item to be chosen for an outfit.
The default weight for a clothing item is 3 if any of the outfit's <xref href="TinyLife.Objects.Outfit.Intentions" data-throw-if-not-resolved="false"></xref> match the clothing item's <xref href="TinyLife.Objects.Clothes.Intentions" data-throw-if-not-resolved="false"></xref>, and 1 otherwise.
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-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomColorWeight
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 127
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
An optional function that determines the weight that this clothing item'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>.
The default weight for each clothing item's color is 1, and the higher the weight is, the more likely it is for the color to be chosen for an outfit.
2022-07-28 14:58:38 +02:00
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-12-06 13:25:52 +01: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-06-25 15:41:49 +02:00
startLine: 131
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: An 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.
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
2023-12-06 13:25:52 +01:00
branch: main
2023-03-30 18:07:55 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LayersToHide
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 136
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
A 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.
This is used by objects like the headscarf, which hides hair.
2023-04-26 14:51:19 +02:00
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
2023-12-06 13:25:52 +01:00
branch: main
2023-05-11 14:56:06 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/Objects/Clothes.cs
2023-06-25 15:41:49 +02:00
startLine: 140
2023-05-11 14:56:06 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A function that can optionally determine a set of additional text strings that are added to this clothes item'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>.
2023-05-11 14:56:06 +02:00
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-12-06 13:25:52 +01: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-06-25 15:41:49 +02:00
startLine: 142
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A (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
2022-12-20 13:25:03 +01:00
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
2023-06-25 15:41:49 +02:00
- 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.Objects.StylePreference,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.Objects.StylePreference,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.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])'
2021-08-04 06:51:12 +02:00
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
2023-06-25 15:41:49 +02:00
name: Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, params ColorScheme[])
nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, 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, TinyLife.Objects.StylePreference, params TinyLife.Utilities.ColorScheme[])
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/Objects/Clothes.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 155
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-04-14 17:55:54 +02:00
summary: Creates 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.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, StylePreference stylePreference, params ColorScheme[] colors)
parameters:
- id: name
type: System.String
2024-04-14 17:55:54 +02:00
description: The name of this clothes item
2024-03-09 19:49:55 +01:00
- id: layer
type: TinyLife.Objects.ClothesLayer
2024-04-14 17:55:54 +02:00
description: The <xref href="TinyLife.Objects.ClothesLayer" data-throw-if-not-resolved="false"></xref> that this clothes item should render on
2024-03-09 19:49:55 +01:00
- id: textures
type: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
2024-04-14 17:55:54 +02:00
description: The texture atlas to use for this clothing item.
2024-03-09 19:49:55 +01:00
- id: textureRegion
type: Microsoft.Xna.Framework.Point
2024-04-14 17:55:54 +02:00
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
2024-03-09 19:49:55 +01:00
- id: price
type: System.Single
2024-04-14 17:55:54 +02:00
description: The price of this piece of clothing
2024-03-09 19:49:55 +01:00
- id: intentions
type: TinyLife.Objects.ClothesIntention
2024-04-14 17:55:54 +02:00
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
2024-03-09 19:49:55 +01:00
- id: stylePreference
type: TinyLife.Objects.StylePreference
2024-04-14 17:55:54 +02:00
description: The style preference that this clothing item falls into. A clothing item's style preference slightly influences whether it will be chosen in <xref href="TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random%2cTinyLife.Objects.Person%2cTinyLife.Objects.ClothesLayer%2cTinyLife.Objects.ClothesIntention%2cSystem.Nullable%7bTinyLife.Objects.StylePreference%7d%2cSystem.Boolean%2cSystem.Int32%2cSystem.Func%7bTinyLife.Objects.Clothes%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>.
2024-03-09 19:49:55 +01:00
- id: colors
type: TinyLife.Utilities.ColorScheme[]
2024-04-14 17:55:54 +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.
2024-03-09 19:49:55 +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, stylePreference As StylePreference, ParamArray colors As ColorScheme())
overload: TinyLife.Objects.Clothes.#ctor*
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, 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, TinyLife.Objects.StylePreference, ParamArray TinyLife.Utilities.ColorScheme())
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ParamArray ColorScheme())
- 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.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
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.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
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.Objects.StylePreference,TinyLife.Utilities.ColorSettings)'
parent: TinyLife.Objects.Clothes
langs:
- csharp
- vb
name: Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, ColorSettings)
nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, ColorSettings)
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, TinyLife.Objects.StylePreference, TinyLife.Utilities.ColorSettings)
type: Constructor
source:
remote:
path: TinyLife/Objects/Clothes.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 169
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: Creates 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.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, StylePreference stylePreference, ColorSettings 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
2023-06-25 15:41:49 +02:00
- id: stylePreference
type: TinyLife.Objects.StylePreference
2024-01-07 16:53:47 +01:00
description: The style preference that this clothing item falls into. A clothing item's style preference slightly influences whether it will be chosen in <xref href="TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random%2cTinyLife.Objects.Person%2cTinyLife.Objects.ClothesLayer%2cTinyLife.Objects.ClothesIntention%2cSystem.Nullable%7bTinyLife.Objects.StylePreference%7d%2cSystem.Boolean%2cSystem.Int32%2cSystem.Func%7bTinyLife.Objects.Clothes%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
- id: colors
2024-03-09 19:49:55 +01:00
type: TinyLife.Utilities.ColorSettings
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.
2024-03-09 19:49:55 +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, stylePreference As StylePreference, colors As ColorSettings)
2021-08-04 06:51:12 +02:00
overload: TinyLife.Objects.Clothes.#ctor*
2024-03-09 19:49:55 +01:00
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ColorSettings)
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, TinyLife.Objects.StylePreference, TinyLife.Utilities.ColorSettings)
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ColorSettings)
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
2023-12-06 13:25:52 +01:00
branch: main
2023-05-11 14:56:06 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 201
2023-05-11 14:56:06 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: >-
Returns this clothes item's description, which is displayed in the <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>.
This method returns this clothes item's <xref href="TinyLife.Objects.Clothes.Intentions" data-throw-if-not-resolved="false"></xref>' description, as well as any additional description info returned by <xref href="TinyLife.Objects.Clothes.Description" data-throw-if-not-resolved="false"></xref>.
2023-05-11 14:56:06 +02:00
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}
2024-01-07 16:53:47 +01:00
description: This clothes item's description.
2023-05-11 14:56:06 +02:00
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-12-06 13:25:52 +01: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
2024-04-14 17:55:54 +02:00
startLine: 213
2022-10-18 13:03:11 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: A utility function that checks the passed two <xref href="TinyLife.Objects.Clothes" data-throw-if-not-resolved="false"></xref> items' <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>.
2022-10-18 13:03:11 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Register
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Objects/Clothes.cs
2024-04-14 17:55:54 +02:00
startLine: 222
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary: Register the given clothes instance to the <xref href="TinyLife.Objects.Clothes.Types" data-throw-if-not-resolved="false"></xref> registry
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
description: The passed <code class="paramref">clothes</code>, for chaining.
2023-05-26 15:16:22 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
commentId: M:TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Register_TinyLife_Objects_Clothes_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Objects.Clothes.Register(TinyLife.Objects.Clothes)
name: Register
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Register_TinyLife_Objects_Clothes_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.IEmotionSource.html
2022-12-20 13:25:03 +01:00
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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-12-20 13:25:03 +01:00
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Emotions
name: Emotions
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Emotions
name: Emotions
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Clothes
commentId: T:TinyLife.Objects.Clothes
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2021-08-04 06:51:12 +02:00
name: Clothes
nameWithType: Clothes
fullName: TinyLife.Objects.Clothes
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2021-08-04 06:51:12 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2021-08-04 06:51:12 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2022-03-09 16:13:05 +01:00
name: ClothesLayer
nameWithType: ClothesLayer
fullName: TinyLife.Objects.ClothesLayer
- uid: TinyLife.Objects.ClothesLayer[]
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2022-03-09 16:13:05 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
2022-03-09 16:13:05 +01:00
name: ClothesIntention
nameWithType: ClothesIntention
fullName: TinyLife.Objects.ClothesIntention
- uid: TinyLife.Objects.ClothesIntention[]
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
2022-03-09 16:13:05 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Objects.Clothes.StylePreference
commentId: F:TinyLife.Objects.Clothes.StylePreference
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_StylePreference
2023-06-25 15:41:49 +02:00
name: StylePreference
nameWithType: Clothes.StylePreference
fullName: TinyLife.Objects.Clothes.StylePreference
- uid: TinyLife.Objects.StylePreference[]
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +02:00
name: StylePreference[]
nameWithType: StylePreference[]
fullName: TinyLife.Objects.StylePreference[]
nameWithType.vb: StylePreference()
fullName.vb: TinyLife.Objects.StylePreference()
name.vb: StylePreference()
spec.csharp:
- uid: TinyLife.Objects.StylePreference
name: StylePreference
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +02:00
- name: '['
- name: ']'
spec.vb:
- uid: TinyLife.Objects.StylePreference
name: StylePreference
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Colors
2023-04-26 14:51:19 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Textures
2023-03-30 18:07:55 +02:00
name: Textures
nameWithType: Clothes.Textures
fullName: TinyLife.Objects.Clothes.Textures
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Utilities.ColorSettings
commentId: T:TinyLife.Utilities.ColorSettings
parent: TinyLife.Utilities
href: TinyLife.Utilities.ColorSettings.html
name: ColorSettings
nameWithType: ColorSettings
fullName: TinyLife.Utilities.ColorSettings
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
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random,TinyLife.Objects.Person,TinyLife.Objects.ClothesLayer,TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.StylePreference},System.Boolean,System.Int32,System.Func{TinyLife.Objects.Clothes,System.Boolean})
commentId: M:TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random,TinyLife.Objects.Person,TinyLife.Objects.ClothesLayer,TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.StylePreference},System.Boolean,System.Int32,System.Func{TinyLife.Objects.Clothes,System.Boolean})
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html#TinyLife_Objects_Outfit_SetRandomClothesItem_System_Random_TinyLife_Objects_Person_TinyLife_Objects_ClothesLayer_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_StylePreference__System_Boolean_System_Int32_System_Func_TinyLife_Objects_Clothes_System_Boolean__
2023-06-25 15:41:49 +02:00
name: SetRandomClothesItem(Random, Person, ClothesLayer, ClothesIntention, StylePreference?, bool, int, Func<Clothes, bool>)
nameWithType: Outfit.SetRandomClothesItem(Random, Person, ClothesLayer, ClothesIntention, StylePreference?, bool, int, Func<Clothes, bool>)
fullName: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random, TinyLife.Objects.Person, TinyLife.Objects.ClothesLayer, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference?, bool, int, System.Func<TinyLife.Objects.Clothes, bool>)
nameWithType.vb: Outfit.SetRandomClothesItem(Random, Person, ClothesLayer, ClothesIntention, StylePreference?, Boolean, Integer, Func(Of Clothes, Boolean))
fullName.vb: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random, TinyLife.Objects.Person, TinyLife.Objects.ClothesLayer, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference?, Boolean, Integer, System.Func(Of TinyLife.Objects.Clothes, Boolean))
name.vb: SetRandomClothesItem(Random, Person, ClothesLayer, ClothesIntention, StylePreference?, Boolean, Integer, Func(Of Clothes, Boolean))
spec.csharp:
- uid: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random,TinyLife.Objects.Person,TinyLife.Objects.ClothesLayer,TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.StylePreference},System.Boolean,System.Int32,System.Func{TinyLife.Objects.Clothes,System.Boolean})
name: SetRandomClothesItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html#TinyLife_Objects_Outfit_SetRandomClothesItem_System_Random_TinyLife_Objects_Person_TinyLife_Objects_ClothesLayer_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_StylePreference__System_Boolean_System_Int32_System_Func_TinyLife_Objects_Clothes_System_Boolean__
2023-06-25 15:41:49 +02:00
- name: (
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.ClothesIntention
name: ClothesIntention
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.StylePreference
name: StylePreference
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +02:00
- name: '?'
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random,TinyLife.Objects.Person,TinyLife.Objects.ClothesLayer,TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.StylePreference},System.Boolean,System.Int32,System.Func{TinyLife.Objects.Clothes,System.Boolean})
name: SetRandomClothesItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html#TinyLife_Objects_Outfit_SetRandomClothesItem_System_Random_TinyLife_Objects_Person_TinyLife_Objects_ClothesLayer_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_StylePreference__System_Boolean_System_Int32_System_Func_TinyLife_Objects_Clothes_System_Boolean__
2023-06-25 15:41:49 +02:00
- name: (
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.ClothesIntention
name: ClothesIntention
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesIntention.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.StylePreference
name: StylePreference
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +02:00
- name: '?'
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- name: )
- uid: TinyLife.Objects.StylePreference
commentId: T:TinyLife.Objects.StylePreference
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.StylePreference.html
2023-06-25 15:41:49 +02:00
name: StylePreference
nameWithType: StylePreference
fullName: TinyLife.Objects.StylePreference
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Clothes.Icon*
commentId: Overload:TinyLife.Objects.Clothes.Icon
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Icon
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_NonBuyable
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.AgeGroup.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Ages
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.AgeGroup.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Pose.html
2023-04-26 14:51:19 +02:00
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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
name: GetDepth(ClothesLayer)
nameWithType: Extensions.GetDepth(ClothesLayer)
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
name: GetDepth
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2021-10-14 20:30:40 +02:00
- name: )
- uid: TinyLife.Objects.Clothes.DepthFunction*
commentId: Overload:TinyLife.Objects.Clothes.DepthFunction
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_DepthFunction
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Pose.html
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}.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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Pose.html
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}.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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_TextureBehaviorLayer
2021-11-23 16:24:04 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: '?'
2021-11-23 16:24:04 +01:00
spec.vb:
- uid: TinyLife.Objects.ClothesLayer
name: ClothesLayer
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name: '?'
2021-11-23 16:24:04 +01:00
- uid: 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html
2022-07-28 14:58:38 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_RandomWeight
2022-07-28 14:58:38 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Outfit
name: Outfit
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Outfit
name: Outfit
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Outfit.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_RandomColorWeight
2022-07-28 14:58:38 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_IsIncompatible
2022-10-18 13:03:11 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Objects.Clothes
name: Clothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_LayersToHide
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CharacterCreator.html
2023-05-11 14:56:06 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Description
2023-05-11 14:56:06 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-05-11 14:56:06 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-05-11 14:56:06 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html
2023-05-11 14:56:06 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-05-11 14:56:06 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-05-11 14:56:06 +02:00
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-05-11 14:56:06 +02:00
- name: .
- uid: TinyLife.Uis
name: Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.html
2023-05-11 14:56:06 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-05-11 14:56:06 +02:00
- name: .
- uid: TinyLife.Uis
name: Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.html
2023-05-11 14:56:06 +02:00
- 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: )
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions
href: TinyLife.Emotions.EmotionModifier.html
name: EmotionModifier
nameWithType: EmotionModifier
fullName: TinyLife.Emotions.EmotionModifier
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Objects.Clothes.SourceString*
commentId: Overload:TinyLife.Objects.Clothes.SourceString
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_SourceString
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.IEmotionSource.html#TinyLife_Emotions_IEmotionSource_SourceString
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#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_Objects_StylePreference_TinyLife_Utilities_ColorScheme___
2021-08-04 06:51:12 +02:00
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
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Utilities.ColorScheme[]
isExternal: true
href: TinyLife.Utilities.ColorScheme.html
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
href: TinyLife.Utilities.ColorScheme.html
- name: '['
- name: ']'
spec.vb:
- uid: TinyLife.Utilities.ColorScheme
name: ColorScheme
href: TinyLife.Utilities.ColorScheme.html
- name: (
- name: )
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Clothes.Description
commentId: P:TinyLife.Objects.Clothes.Description
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Description
2023-05-11 14:56:06 +02:00
name: Description
nameWithType: Clothes.Description
fullName: TinyLife.Objects.Clothes.Description
- uid: TinyLife.Objects.Clothes.GetDescription*
commentId: Overload:TinyLife.Objects.Clothes.GetDescription
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_GetDescription_TinyLife_Objects_Person_
2023-05-11 14:56:06 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_IsIncompatible
2023-05-11 14:56:06 +02:00
name: IsIncompatible
nameWithType: Clothes.IsIncompatible
fullName: TinyLife.Objects.Clothes.IsIncompatible
- uid: TinyLife.Objects.Clothes.AreCompatible*
commentId: Overload:TinyLife.Objects.Clothes.AreCompatible
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_AreCompatible_TinyLife_Objects_Clothes_TinyLife_Objects_Clothes_
2023-05-11 14:56:06 +02:00
name: AreCompatible
nameWithType: Clothes.AreCompatible
fullName: TinyLife.Objects.Clothes.AreCompatible
- uid: TinyLife.Objects.Clothes.Register*
commentId: Overload:TinyLife.Objects.Clothes.Register
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Register_TinyLife_Objects_Clothes_
2023-05-11 14:56:06 +02:00
name: Register
nameWithType: Clothes.Register
fullName: TinyLife.Objects.Clothes.Register