コード例 #1
0
 void Start()
 {
     events        = FindObjectOfType <Start_HolePast>();
     this.animator = GetComponent <Animator>();
     this.rb       = GetComponent <Rigidbody2D>();
     run           = 0f;
 }
コード例 #2
0
    bool one = true;                                // clickIconObj(Clone)用

    void Start()
    {
        SetNextSentence();
        events = FindObjectOfType <Start_HolePast>();
        events.MoveAnimation(a);
    }