void Start()
 {
     script = this;
     boneAnimation = this.GetComponent<SmoothMoves.BoneAnimation>();
     boneAnimation.playAutomatically = false;
 }
示例#2
0
 void Start()
 {
     script        = this;
     boneAnimation = this.GetComponent <SmoothMoves.BoneAnimation>();
     boneAnimation.playAutomatically = false;
 }