Table of Contents

Struct TextEmotionSource

Namespace
TinyLife.Emotions
Assembly
Tiny Life.dll
[DataContract]
public readonly struct TextEmotionSource : IEmotionSource
Implements
Inherited Members
Extension Methods

Constructors

TextEmotionSource(string)

public TextEmotionSource(string sourceStringKey)

Parameters

sourceStringKey string

Properties

SourceString

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

public string SourceString { get; }

Property Value

string