Jypeli
10
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
{
13
bool
IsVisible
{
get
;
set
; }
14
19
void
Draw
(
Matrix
parentTransformation );
20
}
21
}
Jypeli.CustomDrawable
Rajapinta olioille, joilla on oma Draw-metodi.
Definition:
CustomDrawable.cs:9
Jypeli.CustomDrawable.Draw
void Draw(Matrix parentTransformation)
Piirtää olion ruudulle
Jypeli.CustomDrawable.IsVisible
bool IsVisible
Onko olio näkyvissä
Definition:
CustomDrawable.cs:13
Jypeli
Definition:
Automobile.cs:5
Jypeli.Matrix
Microsoft.Xna.Framework.Matrix Matrix
Definition:
Mouse.cs:36
Jypeli
Graphics
CustomDrawable.cs
Generoinut projektille Jypeli Tue Sep 14 2021 15:57:42
1.9.2