Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
demogame
entities
Ball
C# 클래스 demogame.entities.Ball
상속:
Entity
파일 보기
프로젝트 열기: Gnoll/XNAPunk
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Velocity
Vector2
공개 메소드들
메소드
설명
Ball
(
int
x
,
int
y
) :
System
Update
(
GameTime
gameTime
) :
void
메소드 상세
Ball()
공개
메소드
public
Ball
(
int
x
,
int
y
) :
System
x
int
y
int
리턴
System
Update()
공개
메소드
public
Update
(
GameTime
gameTime
) :
void
gameTime
Microsoft.Xna.Framework.GameTime
리턴
void
프로퍼티 상세
Velocity
공개적으로 프로퍼티
public
Vector2
Velocity
리턴
Vector2