Jypeli
5
The simple game programming library
CustomDrawable.cs
Siirry tämän tiedoston dokumentaatioon.
1
using
Microsoft.Xna.Framework;
2
3
namespace
Jypeli
4
{
8
public
interface
CustomDrawable
9
{
10
bool
IsVisible
{
get
;
set
; }
11
void
Draw
( Matrix parentTransformation );
12
}
13
}
Jypeli.CustomDrawable.IsVisible
bool IsVisible
Definition:
CustomDrawable.cs:10
Jypeli.CustomDrawable
Rajapinta olioille, joilla on oma Draw-metodi.
Definition:
CustomDrawable.cs:8
Jypeli.CustomDrawable.Draw
void Draw(Matrix parentTransformation)
Jypeli
Jypeli
GameObjects
CustomDrawable.cs
Generoinut projektille Jypeli Fri Sep 15 2017 21:57:25
1.8.13