Show / Hide Table of Contents

Struct TextAnimatorSettings.Category<T>

Namespace: Febucci.UI
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public struct Category<T>
    where T : ScriptableObject
Type Parameters
Name Description
T

Constructors

Category(Char, Char)

Declaration
public Category(char openingSymbol, char closingSymbol)
Parameters
Type Name Description
Char openingSymbol
Char closingSymbol

Fields

closingSymbol

Declaration
public char closingSymbol
Field Value
Type Description
Char

defaultDatabase

Declaration
public T defaultDatabase
Field Value
Type Description
T

enabled

Declaration
public bool enabled
Field Value
Type Description
Boolean

openingSymbol

Declaration
public char openingSymbol
Field Value
Type Description
Char
Back to top Text Animator for Unity - Documentation