Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
xnapunk
graphics
GraphicList
C# 클래스 xnapunk.graphics.GraphicList
상속:
Graphic
파일 보기
프로젝트 열기: Gnoll/XNAPunk
공개 메소드들
메소드
설명
Add
(
Graphic
graphic
) :
void
Draw
(
Vector2
position
) :
void
Get
(
int
index
) :
Graphic
GraphicList
( ) :
System
Remove
(
Graphic
graphic
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
Graphic
graphic
) :
void
graphic
Graphic
리턴
void
Draw()
공개
메소드
public
Draw
(
Vector2
position
) :
void
position
Vector2
리턴
void
Get()
공개
메소드
public
Get
(
int
index
) :
Graphic
index
int
리턴
Graphic
GraphicList()
공개
메소드
public
GraphicList
( ) :
System
리턴
System
Remove()
공개
메소드
public
Remove
(
Graphic
graphic
) :
void
graphic
Graphic
리턴
void