「MonoGameのカメラを作る」の版間の差分

imported>Administrator
編集の要約なし
imported>Administrator
編集の要約なし
2行目: 2行目:


<source lang="csharp">
<source lang="csharp">
using System;
    using System;
using System.Collections.Generic;
    using System.Collections.Generic;
using System.Text;
    using System.Text;
using Microsoft.Xna.Framework;
    using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Input;
    using Microsoft.Xna.Framework.Input;


namespace Draw3D
{
     public class Camera : GameComponent
     public class Camera : GameComponent
     {
     {
188行目: 186行目:
         }
         }
     }
     }
}
</source>
</source>