English中文

BoxEmitter

new Cesium.BoxEmitter(dimensions)

在盒子内发射粒子的粒子发射器。粒子将随机放置在盒子内,并具有从盒子中心发出的初始速度。 A ParticleEmitter that emits particles within a box. Particles will be positioned randomly within the box and have initial velocities emanating from the center of the box.
名称 Name 类型 Type 说明 Description
dimensions Cartesian3 盒子的宽度、高度和深度尺寸。 The width, height and depth dimensions of the box.

成员 Members

盒子的宽度、高度和深度尺寸(以米为单位)。 The width, height and depth dimensions of the box in meters.
默认值: Default Value: new Cartesian3(1.0, 1.0, 1.0)
需要帮助吗?获得答案的最快方法是从社区和团队那里获得答案 Need help? The fastest way to get answers is from the community and team on the Cesium Forum.