Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MBParticleVelocity
C# 클래스 MBParticleVelocity, Pharos
상속:
MBParameter
파일 보기
프로젝트 열기: rstaewen/Pharos
공개 프로퍼티들
프로퍼티
타입
설명
Base
float
CurveBase
UnityEngine.AnimationCurve
CurveLife
UnityEngine.AnimationCurve
RandomPercent
float
Relative
bool
공개 메소드들
메소드
설명
OnBirth
(
MBParticle,
PT
) :
void
OnLifetime
(
MBParticle,
PT
) :
bool
Purge
( ) :
void
Reset
( ) :
void
메소드 상세
OnBirth()
공개
메소드
public
OnBirth
(
MBParticle,
PT
) :
void
PT
MBParticle,
리턴
void
OnLifetime()
공개
메소드
public
OnLifetime
(
MBParticle,
PT
) :
bool
PT
MBParticle,
리턴
bool
Purge()
공개
메소드
public
Purge
( ) :
void
리턴
void
Reset()
공개
메소드
public
Reset
( ) :
void
리턴
void
프로퍼티 상세
Base
공개적으로 프로퍼티
Base velocity in units/second
public
float
Base
리턴
float
CurveBase
공개적으로 프로퍼티
Base Velocity curve
public
AnimationCurve,UnityEngine
CurveBase
리턴
UnityEngine.AnimationCurve
CurveLife
공개적으로 프로퍼티
Velocity change (Relative==true) or absolute (Relative==false) velocity
public
AnimationCurve,UnityEngine
CurveLife
리턴
UnityEngine.AnimationCurve
RandomPercent
공개적으로 프로퍼티
Random deviation from Base
public
float
RandomPercent
리턴
float
Relative
공개적으로 프로퍼티
Whether CurveLife defines an acceleration or a fixed velocity
public
bool
Relative
리턴
bool