Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleBoxCollider
Interface ParticleBoxCollider
Axis-aligned solid box used by analytic particle collision and trigger modules.
interface
ParticleBoxCollider
{
center
?:
ParticleVector3
;
size
:
ParticleVector3
;
type
:
"box"
;
}
Index
Properties
center?
size
type
Properties
Optional
Readonly
center
center
?:
ParticleVector3
Readonly
size
size
:
ParticleVector3
Readonly
type
type
:
"box"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
size
type
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Axis-aligned solid box used by analytic particle collision and trigger modules.