Table of Contents

Enum EmotionType.TypeCategory

Namespace
TinyLife.Emotions
Assembly
Tiny Life.dll

An enumeration used for Category that represents a general category an emotion can fit into. The 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.

public enum EmotionType.TypeCategory
Extension Methods

Fields

Negative = 0

A negative emotion, like Sad or Embarrassed

Neutral = 2

A neutral emotion, like Fine or Asleep

Positive = 1

A positive emotion, like Happy