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