Class SUReactionsData
Data to better view/group/setup multiple custom reactions in the inspector
Inheritance
SUReactionsData
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUReactionsData
Properties
Reactions
Declaration
public List<SUReactionData> Reactions { get; }
Property Value
Methods
CacheAnimations(GameObject)
Animations made with doTween or charTweener have values like "Starting". This function is called at awake in order to cache object components so that animations
with those values become possible
Declaration
public void CacheAnimations(GameObject go)
Parameters
Type |
Name |
Description |
GameObject |
go |
|
KillAnimations()
Declaration
public void KillAnimations()
Play(SUElementData, Object)
Declaration
public void Play(SUElementData data, object evtData)
Parameters