Preparing search index...
The search index is not available
feng3d
feng3d
ParticleSystemShapeSphere
Class ParticleSystemShapeSphere
从球体的体积中发射。
Hierarchy
ParticleSystemShape
ParticleSystemShapeSphere
Index
Constructors
constructor
Properties
_module
emit
From
Shell
Accessors
radius
Methods
calc
Particle
Pos
Dir
Constructors
constructor
new
Particle
System
Shape
Sphere
(
module
:
ParticleShapeModule
)
:
ParticleSystemShapeSphere
Parameters
module:
ParticleShapeModule
Returns
ParticleSystemShapeSphere
Properties
Protected
_module
_module
:
ParticleShapeModule
emit
From
Shell
emit
From
Shell
:
boolean
= false
是否从球面发射
Accessors
radius
get
radius
(
)
:
number
球体半径
Returns
number
set
radius
(
v
:
number
)
:
void
Parameters
v:
number
Returns
void
Methods
calc
Particle
Pos
Dir
calc
Particle
Pos
Dir
(
_particle
:
Particle
, position
:
Vector3
, dir
:
Vector3
)
:
void
计算粒子的发射位置与方向
Parameters
_particle:
Particle
position:
Vector3
dir:
Vector3
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
feng3d
Particle
System
Shape
Sphere
constructor
_module
emit
From
Shell
radius
calc
Particle
Pos
Dir
Generated using
TypeDoc
从球体的体积中发射。