Jypeli
10
The simple game programming library
Toggle main menu visibility
Pääsivu
Paketit
Paketit
Paketin funktiot
Kaikki
a
b
c
d
h
j
k
m
r
s
t
v
x
Funktiot
Tyyppimäärittelyt
Luettelotyypit
Luokat
Luokkalista
Luokkaluettelo
Luokkahierarkia
Luokan jäsenet
Kaikki
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Funktiot
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Muuttujat
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Luettelotyypit
Ominaisuudet
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Tapahtumat
a
b
c
d
e
f
g
i
l
n
p
r
s
t
u
w
y
Tiedostot
Tiedostolista
Tiedoston jäsenet
Kaikki
_
c
i
j
m
r
s
v
x
Muuttujat
Tyyppimäärittelyt
c
i
j
m
r
s
v
x
•
Kaikki
Luokat
Nimiavaruudet
Tiedostot
Funktiot
Muuttujat
Tyyppimäärittelyt
Luettelotyypit
Luettelotyyppien arvot
Ominaisuudet
Tapahtumat
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