mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
1015 lines
38 KiB
YAML
Generated
1015 lines
38 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Goals.AchievementType
|
|
commentId: T:TinyLife.Goals.AchievementType
|
|
id: AchievementType
|
|
parent: TinyLife.Goals
|
|
children:
|
|
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
|
|
- TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
|
|
- TinyLife.Goals.AchievementType.Construct
|
|
- TinyLife.Goals.AchievementType.DieOnPublicLot
|
|
- TinyLife.Goals.AchievementType.DisplayName
|
|
- TinyLife.Goals.AchievementType.Goals
|
|
- TinyLife.Goals.AchievementType.Hidden
|
|
- TinyLife.Goals.AchievementType.HiddenTrash
|
|
- TinyLife.Goals.AchievementType.Icon
|
|
- TinyLife.Goals.AchievementType.Name
|
|
- TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
- TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
|
|
- TinyLife.Goals.AchievementType.Types
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AchievementType
|
|
nameWithType: AchievementType
|
|
fullName: TinyLife.Goals.AchievementType
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
An achievement type is a set of data for an <xref href="TinyLife.Goals.Achievement" data-throw-if-not-resolved="false"></xref> instance to contain.
|
|
|
|
To register new achievement types, use <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[JsonConverter(typeof(MigratingStaticJsonConverter<AchievementType>), new object[] { typeof(AchievementType), "PrivateTypes", true })]
|
|
|
|
public class AchievementType
|
|
content.vb: >-
|
|
<JsonConverter(GetType(MigratingStaticJsonConverter(Of AchievementType)), New Object() { GetType(AchievementType), "PrivateTypes", True })>
|
|
|
|
Public Class AchievementType
|
|
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.Goals.AchievementType.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- uid: TinyLife.Goals.AchievementType.Types
|
|
commentId: F:TinyLife.Goals.AchievementType.Types
|
|
id: Types
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Types
|
|
nameWithType: AchievementType.Types
|
|
fullName: TinyLife.Goals.AchievementType.Types
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: A set of all <xref href="TinyLife.Goals.AchievementType" data-throw-if-not-resolved="false"></xref> instances registered by the game and mods using <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public static readonly ReadOnlyDictionary<string, AchievementType> Types
|
|
return:
|
|
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
|
|
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, AchievementType)
|
|
- uid: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
|
|
commentId: F:TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
|
|
id: SomeoneDiesOnYourLot
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SomeoneDiesOnYourLot
|
|
nameWithType: AchievementType.SomeoneDiesOnYourLot
|
|
fullName: TinyLife.Goals.AchievementType.SomeoneDiesOnYourLot
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
syntax:
|
|
content: public static readonly AchievementType SomeoneDiesOnYourLot
|
|
return:
|
|
type: TinyLife.Goals.AchievementType
|
|
content.vb: Public Shared ReadOnly SomeoneDiesOnYourLot As AchievementType
|
|
- uid: TinyLife.Goals.AchievementType.DieOnPublicLot
|
|
commentId: F:TinyLife.Goals.AchievementType.DieOnPublicLot
|
|
id: DieOnPublicLot
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DieOnPublicLot
|
|
nameWithType: AchievementType.DieOnPublicLot
|
|
fullName: TinyLife.Goals.AchievementType.DieOnPublicLot
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
syntax:
|
|
content: public static readonly AchievementType DieOnPublicLot
|
|
return:
|
|
type: TinyLife.Goals.AchievementType
|
|
content.vb: Public Shared ReadOnly DieOnPublicLot As AchievementType
|
|
- uid: TinyLife.Goals.AchievementType.HiddenTrash
|
|
commentId: F:TinyLife.Goals.AchievementType.HiddenTrash
|
|
id: HiddenTrash
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: HiddenTrash
|
|
nameWithType: AchievementType.HiddenTrash
|
|
fullName: TinyLife.Goals.AchievementType.HiddenTrash
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
syntax:
|
|
content: public static readonly AchievementType HiddenTrash
|
|
return:
|
|
type: TinyLife.Goals.AchievementType
|
|
content.vb: Public Shared ReadOnly HiddenTrash As AchievementType
|
|
- uid: TinyLife.Goals.AchievementType.Name
|
|
commentId: F:TinyLife.Goals.AchievementType.Name
|
|
id: Name
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Name
|
|
nameWithType: AchievementType.Name
|
|
fullName: TinyLife.Goals.AchievementType.Name
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public readonly string Name
|
|
return:
|
|
type: System.String
|
|
content.vb: Public ReadOnly Name As String
|
|
- uid: TinyLife.Goals.AchievementType.Icon
|
|
commentId: F:TinyLife.Goals.AchievementType.Icon
|
|
id: Icon
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Icon
|
|
nameWithType: AchievementType.Icon
|
|
fullName: TinyLife.Goals.AchievementType.Icon
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: The icon that this achievement should display.
|
|
example: []
|
|
syntax:
|
|
content: public readonly TextureRegion Icon
|
|
return:
|
|
type: MLEM.Textures.TextureRegion
|
|
content.vb: Public ReadOnly Icon As TextureRegion
|
|
- uid: TinyLife.Goals.AchievementType.Goals
|
|
commentId: F:TinyLife.Goals.AchievementType.Goals
|
|
id: Goals
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Goals
|
|
nameWithType: AchievementType.Goals
|
|
fullName: TinyLife.Goals.AchievementType.Goals
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
The set of goals that have to be fulfilled for this achievement to be completed.
|
|
|
|
If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
|
|
example: []
|
|
syntax:
|
|
content: public readonly GoalSetInfo Goals
|
|
return:
|
|
type: TinyLife.Goals.GoalSetInfo
|
|
content.vb: Public ReadOnly Goals As GoalSetInfo
|
|
- uid: TinyLife.Goals.AchievementType.Hidden
|
|
commentId: F:TinyLife.Goals.AchievementType.Hidden
|
|
id: Hidden
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Hidden
|
|
nameWithType: AchievementType.Hidden
|
|
fullName: TinyLife.Goals.AchievementType.Hidden
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Stores whether this achievement should be hidden from the achievement menu if not achieved.
|
|
example: []
|
|
syntax:
|
|
content: public readonly bool Hidden
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public ReadOnly Hidden As Boolean
|
|
- uid: TinyLife.Goals.AchievementType.DisplayName
|
|
commentId: P:TinyLife.Goals.AchievementType.DisplayName
|
|
id: DisplayName
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DisplayName
|
|
nameWithType: AchievementType.DisplayName
|
|
fullName: TinyLife.Goals.AchievementType.DisplayName
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: The display name of this achievement, which is based on <xref href="TinyLife.Goals.AchievementType.Name" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public string DisplayName { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public ReadOnly Property DisplayName As String
|
|
overload: TinyLife.Goals.AchievementType.DisplayName*
|
|
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
|
|
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)
|
|
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalInfo,System.Boolean)'
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AchievementType(string, TextureRegion, GoalInfo, bool)
|
|
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalInfo, bool)
|
|
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, bool)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Creates a new achievement type with the given settings.
|
|
example: []
|
|
syntax:
|
|
content: public AchievementType(string name, TextureRegion icon, GoalInfo goal, bool hidden = false)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
|
|
- id: icon
|
|
type: MLEM.Textures.TextureRegion
|
|
description: The icon that this achievement should display.
|
|
- id: goal
|
|
type: TinyLife.Goals.GoalInfo
|
|
description: The goal that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
|
|
- id: hidden
|
|
type: System.Boolean
|
|
description: Whether the achievement should be hidden from the achievement menu if not achieved.
|
|
content.vb: Public Sub New(name As String, icon As TextureRegion, goal As GoalInfo, hidden As Boolean = False)
|
|
overload: TinyLife.Goals.AchievementType.#ctor*
|
|
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalInfo, Boolean)
|
|
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalInfo, Boolean)
|
|
name.vb: New(String, TextureRegion, GoalInfo, Boolean)
|
|
- uid: TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
|
|
commentId: M:TinyLife.Goals.AchievementType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)
|
|
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Goals.GoalSetInfo,System.Boolean)'
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AchievementType(string, TextureRegion, GoalSetInfo, bool)
|
|
nameWithType: AchievementType.AchievementType(string, TextureRegion, GoalSetInfo, bool)
|
|
fullName: TinyLife.Goals.AchievementType.AchievementType(string, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, bool)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Creates a new achievement type with the given settings.
|
|
example: []
|
|
syntax:
|
|
content: public AchievementType(string name, TextureRegion icon, GoalSetInfo goals = null, bool hidden = false)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: This achievement type's name, which is used for <xref href="TinyLife.Goals.AchievementType.DisplayName" data-throw-if-not-resolved="false"></xref> as well as <xref href="TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref>.
|
|
- id: icon
|
|
type: MLEM.Textures.TextureRegion
|
|
description: The icon that this achievement should display.
|
|
- id: goals
|
|
type: TinyLife.Goals.GoalSetInfo
|
|
description: The set of goals that have to be fulfilled for this achievement to be completed. If this is null, <xref href="TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)" data-throw-if-not-resolved="false"></xref> has to be used to complete an achievement of this type.
|
|
- id: hidden
|
|
type: System.Boolean
|
|
description: Whether the achievement should be hidden from the achievement menu if not achieved.
|
|
content.vb: Public Sub New(name As String, icon As TextureRegion, goals As GoalSetInfo = Nothing, hidden As Boolean = False)
|
|
overload: TinyLife.Goals.AchievementType.#ctor*
|
|
nameWithType.vb: AchievementType.New(String, TextureRegion, GoalSetInfo, Boolean)
|
|
fullName.vb: TinyLife.Goals.AchievementType.New(String, MLEM.Textures.TextureRegion, TinyLife.Goals.GoalSetInfo, Boolean)
|
|
name.vb: New(String, TextureRegion, GoalSetInfo, Boolean)
|
|
- uid: TinyLife.Goals.AchievementType.Construct
|
|
commentId: M:TinyLife.Goals.AchievementType.Construct
|
|
id: Construct
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Construct()
|
|
nameWithType: AchievementType.Construct()
|
|
fullName: TinyLife.Goals.AchievementType.Construct()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Constructs a new <xref href="TinyLife.Goals.Achievement" data-throw-if-not-resolved="false"></xref> instance with this type.
|
|
example: []
|
|
syntax:
|
|
content: public virtual Achievement Construct()
|
|
return:
|
|
type: TinyLife.Goals.Achievement
|
|
description: The constructed achievement.
|
|
content.vb: Public Overridable Function Construct() As Achievement
|
|
overload: TinyLife.Goals.AchievementType.Construct*
|
|
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
commentId: M:TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
id: Register(TinyLife.Goals.AchievementType)
|
|
parent: TinyLife.Goals.AchievementType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Register(AchievementType)
|
|
nameWithType: AchievementType.Register(AchievementType)
|
|
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Registers the given achievement type to the <xref href="TinyLife.Goals.AchievementType.Types" data-throw-if-not-resolved="false"></xref> registry.
|
|
example: []
|
|
syntax:
|
|
content: public static AchievementType Register(AchievementType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Goals.AchievementType
|
|
description: The type to register.
|
|
return:
|
|
type: TinyLife.Goals.AchievementType
|
|
description: The passed <code class="paramref">type</code>, for chaining.
|
|
content.vb: Public Shared Function Register(type As AchievementType) As AchievementType
|
|
overload: TinyLife.Goals.AchievementType.Register*
|
|
references:
|
|
- uid: TinyLife.Goals.Achievement
|
|
commentId: T:TinyLife.Goals.Achievement
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.Achievement.html
|
|
name: Achievement
|
|
nameWithType: Achievement
|
|
fullName: TinyLife.Goals.Achievement
|
|
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
commentId: M:TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
|
|
name: Register(AchievementType)
|
|
nameWithType: AchievementType.Register(AchievementType)
|
|
fullName: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
name: Register
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AchievementType.Register(TinyLife.Goals.AchievementType)
|
|
name: Register
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
- uid: TinyLife.Goals
|
|
commentId: N:TinyLife.Goals
|
|
href: TinyLife.html
|
|
name: TinyLife.Goals
|
|
nameWithType: TinyLife.Goals
|
|
fullName: TinyLife.Goals
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.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.Goals.AchievementType.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<AchievementType>(AchievementType)
|
|
nameWithType: Extensions.JsonCopy<AchievementType>(AchievementType)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AchievementType>(TinyLife.Goals.AchievementType)
|
|
nameWithType.vb: Extensions.JsonCopy(Of AchievementType)(AchievementType)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AchievementType)(TinyLife.Goals.AchievementType)
|
|
name.vb: JsonCopy(Of AchievementType)(AchievementType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.AchievementType)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.AchievementType)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.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.Goals.AchievementType
|
|
commentId: T:TinyLife.Goals.AchievementType
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.AchievementType.html
|
|
name: AchievementType
|
|
nameWithType: AchievementType
|
|
fullName: TinyLife.Goals.AchievementType
|
|
- uid: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
|
|
commentId: T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.AchievementType}
|
|
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, AchievementType>
|
|
nameWithType: ReadOnlyDictionary<string, AchievementType>
|
|
fullName: System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Goals.AchievementType>
|
|
nameWithType.vb: ReadOnlyDictionary(Of String, AchievementType)
|
|
fullName.vb: System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Goals.AchievementType)
|
|
name.vb: ReadOnlyDictionary(Of String, AchievementType)
|
|
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.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.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.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.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: TinyLife.Goals.AchievementType.DisplayName
|
|
commentId: P:TinyLife.Goals.AchievementType.DisplayName
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_DisplayName
|
|
name: DisplayName
|
|
nameWithType: AchievementType.DisplayName
|
|
fullName: TinyLife.Goals.AchievementType.DisplayName
|
|
- 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: 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: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
|
commentId: M:TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
|
|
name: CompleteAchievement(AchievementType)
|
|
nameWithType: GameImpl.CompleteAchievement(AchievementType)
|
|
fullName: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
|
spec.csharp:
|
|
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
|
name: CompleteAchievement
|
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.GameImpl.CompleteAchievement(TinyLife.Goals.AchievementType)
|
|
name: CompleteAchievement
|
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CompleteAchievement_TinyLife_Goals_AchievementType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.AchievementType
|
|
name: AchievementType
|
|
href: TinyLife.Goals.AchievementType.html
|
|
- name: )
|
|
- uid: TinyLife.Goals.GoalSetInfo
|
|
commentId: T:TinyLife.Goals.GoalSetInfo
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.GoalSetInfo.html
|
|
name: GoalSetInfo
|
|
nameWithType: GoalSetInfo
|
|
fullName: TinyLife.Goals.GoalSetInfo
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: TinyLife.Goals.AchievementType.Name
|
|
commentId: F:TinyLife.Goals.AchievementType.Name
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Name
|
|
name: Name
|
|
nameWithType: AchievementType.Name
|
|
fullName: TinyLife.Goals.AchievementType.Name
|
|
- uid: TinyLife.Goals.AchievementType.DisplayName*
|
|
commentId: Overload:TinyLife.Goals.AchievementType.DisplayName
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_DisplayName
|
|
name: DisplayName
|
|
nameWithType: AchievementType.DisplayName
|
|
fullName: TinyLife.Goals.AchievementType.DisplayName
|
|
- uid: TinyLife.Goals.AchievementType.#ctor*
|
|
commentId: Overload:TinyLife.Goals.AchievementType.#ctor
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType__ctor_System_String_MLEM_Textures_TextureRegion_TinyLife_Goals_GoalInfo_System_Boolean_
|
|
name: AchievementType
|
|
nameWithType: AchievementType.AchievementType
|
|
fullName: TinyLife.Goals.AchievementType.AchievementType
|
|
nameWithType.vb: AchievementType.New
|
|
fullName.vb: TinyLife.Goals.AchievementType.New
|
|
name.vb: New
|
|
- uid: TinyLife.Goals.GoalInfo
|
|
commentId: T:TinyLife.Goals.GoalInfo
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.GoalInfo.html
|
|
name: GoalInfo
|
|
nameWithType: GoalInfo
|
|
fullName: TinyLife.Goals.GoalInfo
|
|
- uid: TinyLife.Goals.AchievementType.Construct*
|
|
commentId: Overload:TinyLife.Goals.AchievementType.Construct
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Construct
|
|
name: Construct
|
|
nameWithType: AchievementType.Construct
|
|
fullName: TinyLife.Goals.AchievementType.Construct
|
|
- uid: TinyLife.Goals.AchievementType.Types
|
|
commentId: F:TinyLife.Goals.AchievementType.Types
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Types
|
|
name: Types
|
|
nameWithType: AchievementType.Types
|
|
fullName: TinyLife.Goals.AchievementType.Types
|
|
- uid: TinyLife.Goals.AchievementType.Register*
|
|
commentId: Overload:TinyLife.Goals.AchievementType.Register
|
|
href: TinyLife.Goals.AchievementType.html#TinyLife_Goals_AchievementType_Register_TinyLife_Goals_AchievementType_
|
|
name: Register
|
|
nameWithType: AchievementType.Register
|
|
fullName: TinyLife.Goals.AchievementType.Register
|