babylon.quarks - v0.19.0
Demos
GitHub
npm
Preparing search index...
MeshSurfaceEmitter
Class MeshSurfaceEmitter
Implements
EmitterShape
Index
Constructors
constructor
Properties
type
Accessors
mesh
Methods
clone
initialize
to
JSON
update
from
JSON
Constructors
constructor
new
MeshSurfaceEmitter
(
mesh
?:
Mesh
,
meshReferenceId
?:
string
,
)
:
MeshSurfaceEmitter
Parameters
Optional
mesh
:
Mesh
Optional
meshReferenceId
:
string
Returns
MeshSurfaceEmitter
Properties
type
type
:
string
= 'mesh_surface'
Accessors
mesh
get
mesh
()
:
Mesh
Returns
Mesh
set
mesh
(
mesh
:
Mesh
)
:
void
Parameters
mesh
:
Mesh
Returns
void
Methods
clone
clone
()
:
EmitterShape
Returns
EmitterShape
initialize
initialize
(
p
:
Particle
)
:
void
Parameters
p
:
Particle
Returns
void
to
JSON
toJSON
()
:
ShapeJSON
Returns
ShapeJSON
update
update
(
_system
:
IParticleSystem
,
_delta
:
number
)
:
void
Parameters
_system
:
IParticleSystem
_delta
:
number
Returns
void
Static
from
JSON
fromJSON
(
json
:
any
)
:
MeshSurfaceEmitter
Parameters
json
:
any
Returns
MeshSurfaceEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
Accessors
mesh
Methods
clone
initialize
to
JSON
update
from
JSON
Demos
GitHub
npm
babylon.quarks - v0.19.0
Loading...