编写自定义动作(C#)
操作基类
public class CustomAction : ActionScriptableBase
{
//[...]属性
[CreateAssetMenu(fileName = "YourCustomAction", menuName = "Text Animator/Custom/YourCustomAction")]
[System.Serializable]
public class CustomAction : ActionScriptableBase
{
//[...]DoAction 方法
✅ 完成!
最后更新于