「MonoGameで外部のXNBファイルを読み込む」の版間の差分

ページの作成:「MonoGameで作っているゲームに起動時データ更新を実装し、プログラム以外の画像や音楽などだけであれば自動更新する...」
 
61行目: 61行目:
             }
             }


            // This is primarily for editor support.
            // Setting the RootDirectory to an absolute path is useful in editor
            // situations, but TitleContainer can ONLY be passed relative paths.               
             stream = File.OpenRead(path);                 
             stream = File.OpenRead(path);