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