コード例 #1
0
    private void Awake()
    {
        // キャッシュ類
        this.trans         = transform;
        this.testUiManager = GameObject.Find("Canvas_TestUI").GetComponent <TestUIManager>();

        // パラメータの初期化
        this.editMode = EditMode.EditPositionMove;
        this.axisMode = AxisMode.X;
    }
コード例 #2
0
ファイル: PlayerTest.cs プロジェクト: ProjectKBC/CrossPlayer
    private void Awake()
    {
        // キャッシュ類
        mTrans         = transform;
        mTestUIManager = GameObject.Find("Canvas_TestUI").GetComponent <TestUIManager>();

        // パラメータの初期化
        mEditMode = EditMode.EditPosition_Move;
        mAxisMode = AxisMode.X;
    }
コード例 #3
0
 void Awake()
 {
     instance = this;
 }