### YamlMime:ManagedReference items: - uid: TinyLife.Emotions.EmotionType.TypeCategory commentId: T:TinyLife.Emotions.EmotionType.TypeCategory id: EmotionType.TypeCategory parent: TinyLife.Emotions children: - TinyLife.Emotions.EmotionType.TypeCategory.Negative - TinyLife.Emotions.EmotionType.TypeCategory.Neutral - TinyLife.Emotions.EmotionType.TypeCategory.Positive langs: - csharp - vb name: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory type: Enum source: remote: path: TinyLife/Emotions/EmotionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeCategory path: ../TinyLife/Emotions/EmotionType.cs startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Emotions summary: "\nAn enumeration used for that represents a general category an emotion can fit into.\nThe values are ordered in a way such that, if two emotion amounts sum to the same value, the one with the lower category will be chosen.\n" example: [] syntax: content: public enum EmotionType.TypeCategory content.vb: Public Enum EmotionType.TypeCategory extensionMethods: - TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Emotions.EmotionType.TypeCategory.Negative commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Negative id: Negative parent: TinyLife.Emotions.EmotionType.TypeCategory langs: - csharp - vb name: Negative nameWithType: EmotionType.TypeCategory.Negative fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative type: Field source: remote: path: TinyLife/Emotions/EmotionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Negative path: ../TinyLife/Emotions/EmotionType.cs startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Emotions summary: "\nA negative emotion, like or \n" example: [] syntax: content: Negative = 0 return: type: TinyLife.Emotions.EmotionType.TypeCategory - uid: TinyLife.Emotions.EmotionType.TypeCategory.Positive commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Positive id: Positive parent: TinyLife.Emotions.EmotionType.TypeCategory langs: - csharp - vb name: Positive nameWithType: EmotionType.TypeCategory.Positive fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive type: Field source: remote: path: TinyLife/Emotions/EmotionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Positive path: ../TinyLife/Emotions/EmotionType.cs startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Emotions summary: "\nA positive emotion, like \n" example: [] syntax: content: Positive = 1 return: type: TinyLife.Emotions.EmotionType.TypeCategory - uid: TinyLife.Emotions.EmotionType.TypeCategory.Neutral commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Neutral id: Neutral parent: TinyLife.Emotions.EmotionType.TypeCategory langs: - csharp - vb name: Neutral nameWithType: EmotionType.TypeCategory.Neutral fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral type: Field source: remote: path: TinyLife/Emotions/EmotionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neutral path: ../TinyLife/Emotions/EmotionType.cs startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Emotions summary: "\nA neutral emotion, like or \n" example: [] syntax: content: Neutral = 2 return: type: TinyLife.Emotions.EmotionType.TypeCategory references: - uid: TinyLife.Emotions.EmotionType.Category commentId: F:TinyLife.Emotions.EmotionType.Category name: Category nameWithType: EmotionType.Category fullName: TinyLife.Emotions.EmotionType.Category - uid: TinyLife.Emotions commentId: N:TinyLife.Emotions name: TinyLife.Emotions nameWithType: TinyLife.Emotions fullName: TinyLife.Emotions spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Emotions name: Emotions spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Emotions name: Emotions - uid: TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(TypeCategory) nameWithType: Extensions.JsonCopy(EmotionType.TypeCategory) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Emotions.EmotionType.TypeCategory) nameWithType.vb: Extensions.JsonCopy(Of EmotionType.TypeCategory)(EmotionType.TypeCategory) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionType.TypeCategory)(TinyLife.Emotions.EmotionType.TypeCategory) name.vb: JsonCopy(Of TypeCategory)(TypeCategory) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory) name: JsonCopy - name: < - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory - name: '>' - name: ( - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory - name: ) - name: ( - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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 - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities - uid: TinyLife.Emotions.EmotionType.Sad commentId: F:TinyLife.Emotions.EmotionType.Sad name: Sad nameWithType: EmotionType.Sad fullName: TinyLife.Emotions.EmotionType.Sad - uid: TinyLife.Emotions.EmotionType.Embarrassed commentId: F:TinyLife.Emotions.EmotionType.Embarrassed name: Embarrassed nameWithType: EmotionType.Embarrassed fullName: TinyLife.Emotions.EmotionType.Embarrassed - uid: TinyLife.Emotions.EmotionType.TypeCategory commentId: T:TinyLife.Emotions.EmotionType.TypeCategory parent: TinyLife.Emotions name: EmotionType.TypeCategory nameWithType: EmotionType.TypeCategory fullName: TinyLife.Emotions.EmotionType.TypeCategory spec.csharp: - uid: TinyLife.Emotions.EmotionType name: EmotionType - name: . - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory spec.vb: - uid: TinyLife.Emotions.EmotionType name: EmotionType - name: . - uid: TinyLife.Emotions.EmotionType.TypeCategory name: TypeCategory - uid: TinyLife.Emotions.EmotionType.Happy commentId: F:TinyLife.Emotions.EmotionType.Happy name: Happy nameWithType: EmotionType.Happy fullName: TinyLife.Emotions.EmotionType.Happy - uid: TinyLife.Emotions.EmotionType.Fine commentId: F:TinyLife.Emotions.EmotionType.Fine name: Fine nameWithType: EmotionType.Fine fullName: TinyLife.Emotions.EmotionType.Fine - uid: TinyLife.Emotions.EmotionType.Asleep commentId: F:TinyLife.Emotions.EmotionType.Asleep name: Asleep nameWithType: EmotionType.Asleep fullName: TinyLife.Emotions.EmotionType.Asleep