SolidParticle constructor

SolidParticle(
  1. num particleIndex,
  2. num particleId,
  3. num positionIndex,
  4. num indiceIndex,
  5. ModelShape model,
  6. num shapeId,
  7. num idxInShape,
  8. SolidParticleSystem sps, [
  9. BoundingInfo modelBoundingInfo,
  10. num materialIndex,
])

Implementation

external SolidParticle(num particleIndex, num particleId, num positionIndex, num indiceIndex, ModelShape model, num shapeId, num idxInShape, SolidParticleSystem sps, [BoundingInfo modelBoundingInfo, num materialIndex]);