TinyLifeWeb/docs/api/TinyLife.Skills.PaintingType.yml
2024-01-07 16:53:47 +01:00

921 lines
31 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Skills.PaintingType
commentId: T:TinyLife.Skills.PaintingType
id: PaintingType
parent: TinyLife.Skills
children:
- TinyLife.Skills.PaintingType.#ctor(System.String,System.Int32,System.Single)
- TinyLife.Skills.PaintingType.BaseMarkup
- TinyLife.Skills.PaintingType.MinLevel
- TinyLife.Skills.PaintingType.Name
- TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
- TinyLife.Skills.PaintingType.Texture
- TinyLife.Skills.PaintingType.Types
langs:
- csharp
- vb
name: PaintingType
nameWithType: PaintingType
fullName: TinyLife.Skills.PaintingType
type: Class
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintingType
path: ../TinyLife/Skills/PaintingType.cs
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: >-
This class represents a type of <xref href="TinyLife.Objects.Painting" data-throw-if-not-resolved="false"></xref> that can be created using the <xref href="TinyLife.Skills.SkillType.Painting" data-throw-if-not-resolved="false"></xref>.
Painting types are registered using <xref href="TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: >-
[JsonConverter(typeof(StaticJsonConverter<PaintingType>), new object[] { typeof(PaintingType), "PrivateTypes" })]
public class PaintingType
content.vb: >-
<JsonConverter(GetType(StaticJsonConverter(Of PaintingType)), New Object() { GetType(PaintingType), "PrivateTypes" })>
Public Class PaintingType
inheritance:
- System.Object
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.Skills.PaintingType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Skills.PaintingType.Types
commentId: F:TinyLife.Skills.PaintingType.Types
id: Types
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: Types
nameWithType: PaintingType.Types
fullName: TinyLife.Skills.PaintingType.Types
type: Field
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Skills/PaintingType.cs
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: All registered <xref href="TinyLife.Skills.PaintingType" data-throw-if-not-resolved="false"></xref> instances in the game and in active mods
example: []
syntax:
content: public static readonly ReadOnlyDictionary<string, PaintingType> Types
return:
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.PaintingType}
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, PaintingType)
- uid: TinyLife.Skills.PaintingType.Name
commentId: F:TinyLife.Skills.PaintingType.Name
id: Name
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: Name
nameWithType: PaintingType.Name
fullName: TinyLife.Skills.PaintingType.Name
type: Field
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Skills/PaintingType.cs
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: The name of this painting type
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Skills.PaintingType.MinLevel
commentId: F:TinyLife.Skills.PaintingType.MinLevel
id: MinLevel
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: MinLevel
nameWithType: PaintingType.MinLevel
fullName: TinyLife.Skills.PaintingType.MinLevel
type: Field
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MinLevel
path: ../TinyLife/Skills/PaintingType.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: The minimum level that this painting is able to be painted with.
example: []
syntax:
content: public readonly int MinLevel
return:
type: System.Int32
content.vb: Public ReadOnly MinLevel As Integer
- uid: TinyLife.Skills.PaintingType.Texture
commentId: F:TinyLife.Skills.PaintingType.Texture
id: Texture
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: Texture
nameWithType: PaintingType.Texture
fullName: TinyLife.Skills.PaintingType.Texture
type: Field
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Skills/PaintingType.cs
startLine: 50
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: >-
The texture that this painting uses.
The texture is loaded from the <xref href="TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)" data-throw-if-not-resolved="false"></xref> as "Painting<xref href="TinyLife.Skills.PaintingType.Name" data-throw-if-not-resolved="false"></xref>"
Note that this texture is just an overlay; the frame and white background are automatically drawn.
example: []
syntax:
content: public readonly TextureRegion Texture
return:
type: MLEM.Textures.TextureRegion
content.vb: Public ReadOnly Texture As TextureRegion
- uid: TinyLife.Skills.PaintingType.BaseMarkup
commentId: F:TinyLife.Skills.PaintingType.BaseMarkup
id: BaseMarkup
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: BaseMarkup
nameWithType: PaintingType.BaseMarkup
fullName: TinyLife.Skills.PaintingType.BaseMarkup
type: Field
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaseMarkup
path: ../TinyLife/Skills/PaintingType.cs
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: >-
The multiplier with which the created <xref href="TinyLife.Objects.Painting" data-throw-if-not-resolved="false"></xref>'s price will be marked up.
Before this multiplier is applied, the level and quality modifiers are also applied.
example: []
syntax:
content: public readonly float BaseMarkup
return:
type: System.Single
content.vb: Public ReadOnly BaseMarkup As Single
- uid: TinyLife.Skills.PaintingType.#ctor(System.String,System.Int32,System.Single)
commentId: M:TinyLife.Skills.PaintingType.#ctor(System.String,System.Int32,System.Single)
id: '#ctor(System.String,System.Int32,System.Single)'
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: PaintingType(string, int, float)
nameWithType: PaintingType.PaintingType(string, int, float)
fullName: TinyLife.Skills.PaintingType.PaintingType(string, int, float)
type: Constructor
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Skills/PaintingType.cs
startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: Creates a new painting type with the given settings
example: []
syntax:
content: public PaintingType(string name, int minLevel, float baseMarkup)
parameters:
- id: name
type: System.String
description: The name of this painting type
- id: minLevel
type: System.Int32
description: The minimum level that this painting is able to be painted with.
- id: baseMarkup
type: System.Single
description: The multiplier with which the created painting's price will be marked up
content.vb: Public Sub New(name As String, minLevel As Integer, baseMarkup As Single)
overload: TinyLife.Skills.PaintingType.#ctor*
nameWithType.vb: PaintingType.New(String, Integer, Single)
fullName.vb: TinyLife.Skills.PaintingType.New(String, Integer, Single)
name.vb: New(String, Integer, Single)
- uid: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
commentId: M:TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
id: Register(TinyLife.Skills.PaintingType)
parent: TinyLife.Skills.PaintingType
langs:
- csharp
- vb
name: Register(PaintingType)
nameWithType: PaintingType.Register(PaintingType)
fullName: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
type: Method
source:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Skills/PaintingType.cs
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: Registers a painting type with the given settings to the <xref href="TinyLife.Skills.PaintingType.Types" data-throw-if-not-resolved="false"></xref> registry
example: []
syntax:
content: public static PaintingType Register(PaintingType type)
parameters:
- id: type
type: TinyLife.Skills.PaintingType
description: The type to register
return:
type: TinyLife.Skills.PaintingType
description: The passed <code class="paramref">type</code>, for chaining.
content.vb: Public Shared Function Register(type As PaintingType) As PaintingType
overload: TinyLife.Skills.PaintingType.Register*
references:
- uid: TinyLife.Objects.Painting
commentId: T:TinyLife.Objects.Painting
href: TinyLife.Objects.Painting.html
name: Painting
nameWithType: Painting
fullName: TinyLife.Objects.Painting
- uid: TinyLife.Skills.SkillType.Painting
commentId: F:TinyLife.Skills.SkillType.Painting
href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_Painting
name: Painting
nameWithType: SkillType.Painting
fullName: TinyLife.Skills.SkillType.Painting
- uid: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
commentId: M:TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Register_TinyLife_Skills_PaintingType_
name: Register(PaintingType)
nameWithType: PaintingType.Register(PaintingType)
fullName: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
spec.csharp:
- uid: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
name: Register
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Register_TinyLife_Skills_PaintingType_
- name: (
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
spec.vb:
- uid: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType)
name: Register
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Register_TinyLife_Skills_PaintingType_
- name: (
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
href: TinyLife.html
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Skills
name: Skills
href: TinyLife.Skills.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Skills
name: Skills
href: TinyLife.Skills.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Skills.PaintingType.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<PaintingType>(PaintingType)
nameWithType: Extensions.JsonCopy<PaintingType>(PaintingType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.PaintingType>(TinyLife.Skills.PaintingType)
nameWithType.vb: Extensions.JsonCopy(Of PaintingType)(PaintingType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.PaintingType)(TinyLife.Skills.PaintingType)
name.vb: JsonCopy(Of PaintingType)(PaintingType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.PaintingType)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: '>'
- name: (
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.PaintingType)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
- name: (
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
href: TinyLife.Utilities.Extensions.html
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
href: TinyLife.html
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
- uid: TinyLife.Skills.PaintingType
commentId: T:TinyLife.Skills.PaintingType
parent: TinyLife.Skills
href: TinyLife.Skills.PaintingType.html
name: PaintingType
nameWithType: PaintingType
fullName: TinyLife.Skills.PaintingType
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.PaintingType}
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.PaintingType}
parent: System.Collections.ObjectModel
definition: System.Collections.ObjectModel.ReadOnlyDictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name: ReadOnlyDictionary<string, PaintingType>
nameWithType: ReadOnlyDictionary<string, PaintingType>
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Skills.PaintingType>
nameWithType.vb: ReadOnlyDictionary(Of String, PaintingType)
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Skills.PaintingType)
name.vb: ReadOnlyDictionary(Of String, PaintingType)
spec.csharp:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: TinyLife.Skills.PaintingType
name: PaintingType
href: TinyLife.Skills.PaintingType.html
- name: )
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
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)
spec.csharp:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.ObjectModel.ReadOnlyDictionary`2
name: ReadOnlyDictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
- uid: System.Collections.ObjectModel
commentId: N:System.Collections.ObjectModel
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.ObjectModel
nameWithType: System.Collections.ObjectModel
fullName: System.Collections.ObjectModel
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
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
commentId: M:TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
name: GetCustomFurnitureTextures(ModInfo)
nameWithType: Mod.GetCustomFurnitureTextures(ModInfo)
fullName: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
spec.csharp:
- uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
name: GetCustomFurnitureTextures
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
- name: (
- uid: TinyLife.Mods.ModInfo
name: ModInfo
href: TinyLife.Mods.ModInfo.html
- name: )
spec.vb:
- uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
name: GetCustomFurnitureTextures
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
- name: (
- uid: TinyLife.Mods.ModInfo
name: ModInfo
href: TinyLife.Mods.ModInfo.html
- name: )
- uid: TinyLife.Skills.PaintingType.Name
commentId: F:TinyLife.Skills.PaintingType.Name
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Name
name: Name
nameWithType: PaintingType.Name
fullName: TinyLife.Skills.PaintingType.Name
- 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
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
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: TinyLife.Skills.PaintingType.#ctor*
commentId: Overload:TinyLife.Skills.PaintingType.#ctor
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType__ctor_System_String_System_Int32_System_Single_
name: PaintingType
nameWithType: PaintingType.PaintingType
fullName: TinyLife.Skills.PaintingType.PaintingType
nameWithType.vb: PaintingType.New
fullName.vb: TinyLife.Skills.PaintingType.New
name.vb: New
- uid: TinyLife.Skills.PaintingType.Types
commentId: F:TinyLife.Skills.PaintingType.Types
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Types
name: Types
nameWithType: PaintingType.Types
fullName: TinyLife.Skills.PaintingType.Types
- uid: TinyLife.Skills.PaintingType.Register*
commentId: Overload:TinyLife.Skills.PaintingType.Register
href: TinyLife.Skills.PaintingType.html#TinyLife_Skills_PaintingType_Register_TinyLife_Skills_PaintingType_
name: Register
nameWithType: PaintingType.Register
fullName: TinyLife.Skills.PaintingType.Register