protected override void absStart() { rbody = GetComponent <Rigidbody>(); _ani = GetComponent <Animator>(); _ani.applyRootMotion = false; _hashId = getHasIDVo() as SimpleAnimatorHashID; }
public void OnDestroy() { destoryTweener(); _hashId = null; }