Inheritance: MonoBehaviour
示例#1
0
    // ------------------------------------------------------------------
    // Desc:
    // ------------------------------------------------------------------

    protected virtual void InitSubModules()
    {
        cameraMng_ = GetComponent <CameraMng>();
    }
示例#2
0
 // ------------------------------------------------------------------
 // Desc:
 // ------------------------------------------------------------------
 protected virtual void InitSubModules()
 {
     cameraMng_ = GetComponent<CameraMng>();
 }