Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ParticleEditor
ForceAffector
C# 클래스 ParticleEditor.ForceAffector
상속:
IAffector
파일 보기
프로젝트 열기: fallahn/xygine
1 사용 예제들
공개 메소드들
메소드
설명
ForceAffector
(
Vector2f
force
) :
System
type
( ) :
AffectorType
update
(
Particle
p
,
float
dt
) :
void
메소드 상세
ForceAffector()
공개
메소드
public
ForceAffector
(
Vector2f
force
) :
System
force
Vector2f
리턴
System
type()
공개
메소드
public
type
( ) :
AffectorType
리턴
AffectorType
update()
공개
메소드
public
update
(
Particle
p
,
float
dt
) :
void
p
Particle
dt
float
리턴
void