Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
xnapunk
graphics
GraphicList
C# Class xnapunk.graphics.GraphicList
Inheritance:
Graphic
显示文件
Open project: Gnoll/XNAPunk
Public Methods
Method
Description
Add
(
Graphic
graphic
) :
void
Draw
(
Vector2
position
) :
void
Get
(
int
index
) :
Graphic
GraphicList
( ) :
System
Remove
(
Graphic
graphic
) :
void
Method Details
Add()
public
method
public
Add
(
Graphic
graphic
) :
void
graphic
Graphic
return
void
Draw()
public
method
public
Draw
(
Vector2
position
) :
void
position
Vector2
return
void
Get()
public
method
public
Get
(
int
index
) :
Graphic
index
int
return
Graphic
GraphicList()
public
method
public
GraphicList
( ) :
System
return
System
Remove()
public
method
public
Remove
(
Graphic
graphic
) :
void
graphic
Graphic
return
void