u3d 控制animation播放速度
using System.Collections;using System.Collections.Generic;using UnityEngine;public class AniSpeed : MonoBehaviour { Animation m_ani; public float m_speed = 1.0f; // Use this for initializ