Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleBoxShape
Interface ParticleBoxShape
Axis-aligned box emitter shape.
interface
ParticleBoxShape
{
arc
?:
number
;
distribution
?:
"volume"
|
"surface"
;
size
:
ParticleVector3
;
thickness
?:
number
;
type
:
"box"
;
}
Hierarchy (
View Summary
)
ParticleShapeBase
ParticleBoxShape
Index
Properties
arc?
distribution?
size
thickness?
type
Properties
Optional
Readonly
arc
arc
?:
number
Optional
Readonly
distribution
distribution
?:
"volume"
|
"surface"
Readonly
size
size
:
ParticleVector3
Optional
Readonly
thickness
thickness
?:
number
Readonly
type
type
:
"box"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arc
distribution
size
thickness
type
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Axis-aligned box emitter shape.