Table of Contents

Class TMPKeywordDatabase

Provides keywords used for parsing TMPEffects tags.

public sealed class TMPKeywordDatabase : TMPKeywordDatabaseBase, ITMPKeywordDatabase, INotifyObjectChanged
Inheritance
TMPKeywordDatabase
Implements
Inherited Members

Methods

TryGetAnchor(string, out Vector2)

public override bool TryGetAnchor(string str, out Vector2 result)

Parameters

str string
result Vector2

Returns

bool

TryGetAnimCurve(string, out AnimationCurve)

public override bool TryGetAnimCurve(string str, out AnimationCurve result)

Parameters

str string
result AnimationCurve

Returns

bool

TryGetBool(string, out bool)

public override bool TryGetBool(string str, out bool result)

Parameters

str string
result bool

Returns

bool

TryGetColor(string, out Color)

public override bool TryGetColor(string str, out Color result)

Parameters

str string
result Color

Returns

bool

TryGetFloat(string, out float)

public override bool TryGetFloat(string str, out float result)

Parameters

str string
result float

Returns

bool

TryGetInt(string, out int)

public override bool TryGetInt(string str, out int result)

Parameters

str string
result int

Returns

bool

TryGetUnityObject(string, out Object)

public override bool TryGetUnityObject(string str, out UnityEngine.Object result)

Parameters

str string
result Object

Returns

bool

TryGetVector3(string, out Vector3)

public override bool TryGetVector3(string str, out Vector3 result)

Parameters

str string
result Vector3

Returns

bool

Events

ObjectChanged

Raised when the object is changed.

public event ObjectChangedEventHandler ObjectChanged

Event Type

ObjectChangedEventHandler