Struct TextAnimatorSettings.Category<T>
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public struct Category<T>
where T : ScriptableObject
Type Parameters
Constructors
Category(Char, Char)
Declaration
public Category(char openingSymbol, char closingSymbol)
Parameters
Type |
Name |
Description |
System.Char |
openingSymbol |
|
System.Char |
closingSymbol |
|
Fields
closingSymbol
Declaration
public char closingSymbol
Field Value
Type |
Description |
System.Char |
|
defaultDatabase
Declaration
Field Value
enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
openingSymbol
Declaration
public char openingSymbol
Field Value
Type |
Description |
System.Char |
|