Table of Contents

Class CombinedEmotionSource

Namespace
TinyLife.Emotions
Assembly
Tiny Life.dll

A combined emotion source is an IEmotionSource that combines multiple underlying emotion sources together. A combined emotion source is displayed as multiple lines in the SourceString.

public class CombinedEmotionSource : IEmotionSource
Inheritance
CombinedEmotionSource
Implements
Inherited Members
Extension Methods

Constructors

CombinedEmotionSource(params IEmotionSource[])

Creates a new combined emotion source with the given underlying sources.

public CombinedEmotionSource(params IEmotionSource[] sources)

Parameters

sources IEmotionSource[]

The underlying sources to combine.

Properties

SourceString

A (localized) string that is displayed when hovering over an EmotionModifier that has this source

public string SourceString { get; }

Property Value

string