SolidParticleSystemOptions constructor

SolidParticleSystemOptions({
  1. bool updatable,
  2. bool isPickable,
  3. bool enableDepthSort,
  4. bool particleIntersection,
  5. bool boundingSphereOnly,
  6. num bSphereRadiusFactor,
  7. bool expandable,
  8. bool useModelMaterial,
  9. bool enableMultiMaterial,
})

Implementation

external factory SolidParticleSystemOptions({bool updatable, bool isPickable, bool enableDepthSort, bool particleIntersection, bool boundingSphereOnly, num bSphereRadiusFactor, bool expandable, bool useModelMaterial, bool enableMultiMaterial});