コード例 #1
0
ファイル: Program.cs プロジェクト: WildGenie/Animat-Studio
        static void Main(string[] args)
        {
            var holes = new Animat.Project.CacheManager.HoleCollection();

            holes.Add(100, 100);
            holes.Add(300, 100);
            holes.Add(500, 100);
            holes.Add(700, 100);

            holes.Add(0, 100);
            holes.Add(200, 99);
            holes.Add(299, 1);
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: jluchiji/Animat-Studio
        static void Main(string[] args)
        {
            var holes = new Animat.Project.CacheManager.HoleCollection();

            holes.Add(100, 100);
            holes.Add(300, 100);
            holes.Add(500, 100);
            holes.Add(700, 100);

            holes.Add(0, 100);
            holes.Add(200, 99);
            holes.Add(299, 1);
        }