コード例 #1
0
ファイル: SongMgr.cs プロジェクト: mmandel/VirtuosoXR
 void Awake()
 {
     I = this;
 }
コード例 #2
0
    // public Song[] SongList = new Song[0];

    // Start is called before the first frame update
    void Start()
    {
        songMgr = menu.GetComponent <SongMgr>();
    }