Optionaltype: EnumValue<ParticleEmitterConeType, number>Optionalradius: numberOptionalangle: rsx.DegreeOptionallength: numberOptionalthickness: numberOptionalarc: rsx.DegreeOptionalmode: Immutable<ParticleEmissionMode>Protected_angleProtected_arcProtected_lengthProtected_modeProtected_radiusProtected_thicknessProtected_typeLength of the cone. Irrelevant if emission type is Base.
Determines how will particle positions on the shape be generated.
Radius of the cone base.
Proportion of the volume that can emit particles. Thickness of 0 results in particles being emitted only from the edge of the cone, while thickness of 1 results in particles being emitted from the entire volume. In-between values will use a part of the volume.
Determines where on the cone are the particles emitter from.
Copies all properties defined by the prototype of ParticleConeShapeOptions from other to this instance.
Clones this instance and returns a new ParticleConeShapeOptions with identical values.
Determines if this ParticleConeShapeOptions instance is equal to the other instance.
StaticisDetermines if both ParticleConeShapeOptions instances are equal.
Information describing a ParticleEmitterConeShape.