Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LDEngine
ParticleFunctions
C# 클래스 LDEngine.ParticleFunctions
파일 보기
프로젝트 열기: GarethIW/LDEngine
공개 메소드들
메소드
설명
FadeInOut
(
Particle
p
) :
void
FadeLight
(
Particle
p
) :
void
PermaLight
(
Particle
p
) :
void
Smoke
(
Particle
p
) :
void
메소드 상세
FadeInOut()
공개
정적인
메소드
public
static
FadeInOut
(
Particle
p
) :
void
p
Particle
리턴
void
FadeLight()
공개
정적인
메소드
public
static
FadeLight
(
Particle
p
) :
void
p
Particle
리턴
void
PermaLight()
공개
정적인
메소드
public
static
PermaLight
(
Particle
p
) :
void
p
Particle
리턴
void
Smoke()
공개
정적인
메소드
public
static
Smoke
(
Particle
p
) :
void
p
Particle
리턴
void