//获取当前动作时间 public float GetCurActionTime() { if (m_actor != null) { return(m_actor.GetCurActionTime(m_actor.GetCurPlayAction())); } return(0); }