コード例 #1
0
ファイル: Program.cs プロジェクト: chances/teraflop
 public Triangle()
 {
     // Print all assets in library
     foreach (var assetPath in AssetSources.SelectMany(source => source.AssetFilenames))
     {
         Console.WriteLine(assetPath);
     }
 }
コード例 #2
0
 public Example()
 {
     AssetSources.Add(new AssemblyAssetSource());
 }