コード例 #1
0
    //_____________________________________UNITY METHODS

    void Awake()
    {
        C = this;
    }
コード例 #2
0
ファイル: CameraShakeS.cs プロジェクト: chorgan93/Ectoplazaa
    void Start()
    {
        C = this;

        originPosition = transform.position;
        ownFollow =GetComponent<CameraFollowS>();
        //print (ownFollow);
    }