void Start()
 {
     //初始化
     m_origin        = transform.localPosition;
     m_selfTransform = this.transform;
 }