Class Database<T>
Caches information about tag providers, so that
it's easier to access them
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public class Database<T> : ScriptableObject where T : ScriptableObject, ITagProvider
Type Parameters
Properties
Data
Declaration
public System.Collections.Generic.List<T> Data { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<T> |
|
Item[String]
Declaration
public T this[string key] { get; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Methods
Add(T)
Declaration
public void Add(T element)
Parameters
Type |
Name |
Description |
T |
element |
|
BuildOnce()
Declaration
ContainsKey(String)
Declaration
public bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void DestroyImmediate(bool databaseOnly = false)
Parameters
Type |
Name |
Description |
System.Boolean |
databaseOnly |
|
ForceBuildRefresh()
Declaration
public void ForceBuildRefresh()
OnBuildOnce()
Declaration
protected virtual void OnBuildOnce()