unity使用脚本动态替换动画 并添加帧事件

unity使用脚本动态替换动画 并添加帧事件 using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(Animator))] [RequireComponent(typeof(SpriteRenderer))] public class Repl
相关文章
相关标签/搜索