Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MBParticleRotation
C# Class MBParticleRotation, Pharos
Inheritance:
MBParameter
显示文件
Open project: rstaewen/Pharos
Public Properties
Property
Type
Description
Base
Vector3
RandomPercent
float
Public Methods
Method
Description
OnBirth
(
MBParticle,
PT
) :
void
OnLifetime
(
MBParticle,
PT
) :
bool
Reset
( ) :
void
Method Details
OnBirth()
public
method
public
OnBirth
(
MBParticle,
PT
) :
void
PT
MBParticle,
return
void
OnLifetime()
public
method
public
OnLifetime
(
MBParticle,
PT
) :
bool
PT
MBParticle,
return
bool
Reset()
public
method
public
Reset
( ) :
void
return
void
Property Details
Base
public_oe property
Base rotation in degrees
public
Vector3
Base
return
Vector3
RandomPercent
public_oe property
Random deviation from Base
public
float
RandomPercent
return
float