Table of Contents

Interface ITMPKeywordDatabase

Provides keywords used for parsing TMPEffects tags.

public interface ITMPKeywordDatabase

Methods

TryGetAnchor(string, out Vector2)

bool TryGetAnchor(string str, out Vector2 result)

Parameters

str string
result Vector2

Returns

bool

TryGetAnimCurve(string, out AnimationCurve)

bool TryGetAnimCurve(string str, out AnimationCurve result)

Parameters

str string
result AnimationCurve

Returns

bool

TryGetBool(string, out bool)

bool TryGetBool(string str, out bool result)

Parameters

str string
result bool

Returns

bool

TryGetColor(string, out Color)

bool TryGetColor(string str, out Color result)

Parameters

str string
result Color

Returns

bool

TryGetFloat(string, out float)

bool TryGetFloat(string str, out float result)

Parameters

str string
result float

Returns

bool

TryGetInt(string, out int)

bool TryGetInt(string str, out int result)

Parameters

str string
result int

Returns

bool

TryGetUnityObject(string, out Object)

bool TryGetUnityObject(string str, out UnityEngine.Object obj)

Parameters

str string
obj Object

Returns

bool

TryGetVector3(string, out Vector3)

bool TryGetVector3(string str, out Vector3 result)

Parameters

str string
result Vector3

Returns

bool