Class TMPKeywordDatabase
- Namespace
- TMPEffects.Databases
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
- strstring
- resultVector2
Returns
TryGetAnimCurve(string, out AnimationCurve)
public override bool TryGetAnimCurve(string str, out AnimationCurve result)Parameters
- strstring
- resultAnimationCurve
Returns
TryGetBool(string, out bool)
public override bool TryGetBool(string str, out bool result)Parameters
Returns
TryGetColor(string, out Color)
public override bool TryGetColor(string str, out Color result)Parameters
- strstring
- resultColor
Returns
TryGetFloat(string, out float)
public override bool TryGetFloat(string str, out float result)Parameters
Returns
TryGetInt(string, out int)
public override bool TryGetInt(string str, out int result)Parameters
Returns
TryGetUnityObject(string, out Object)
public override bool TryGetUnityObject(string str, out UnityEngine.Object result)Parameters
- strstring
- resultObject
Returns
TryGetVector3(string, out Vector3)
public override bool TryGetVector3(string str, out Vector3 result)Parameters
- strstring
- resultVector3
Returns
Events
ObjectChanged
Raised when the object is changed.
public event ObjectChangedEventHandler ObjectChanged