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
VelocityAffector
C# 클래스 ParticleEditor.VelocityAffector
상속:
IAffector
파일 보기
프로젝트 열기: fallahn/xygine
1 사용 예제들
공개 메소드들
메소드
설명
VelocityAffector
(
Vector2f
scale
) :
System
type
( ) :
AffectorType
update
(
Particle
p
,
float
dt
) :
void
메소드 상세
VelocityAffector()
공개
메소드
public
VelocityAffector
(
Vector2f
scale
) :
System
scale
Vector2f
리턴
System
type()
공개
메소드
public
type
( ) :
AffectorType
리턴
AffectorType
update()
공개
메소드
public
update
(
Particle
p
,
float
dt
) :
void
p
Particle
dt
float
리턴
void