コード例 #1
0
ファイル: PaddlePivot2d.cs プロジェクト: yarus777/PingPong
    void Awake()
    {
        Instance 	= this;

        this.tr 	= this.GetComponent<Transform>();
    }
コード例 #2
0
    public Transform tr;                                                                        // CACHED TRANSFORM

    void Awake()
    {
        Instance = this;

        this.tr = this.GetComponent <Transform>();
    }