989onan bot (talk | contribs) Automated: update Fields |
Template and info |
||
Line 3: | Line 3: | ||
|Name=Sphere Emitter | |Name=Sphere Emitter | ||
}} | }} | ||
The '''SphereEmitter''' component is used to create particles in a particle system (See [[Photon Dust]]). This Emitter emits particles from a sphere shape. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|System|'''[[Component:ParticleSystem|ParticleSystem]]'''|TypeAdv0=true| | |System|'''[[Component:ParticleSystem|ParticleSystem]]'''|TypeAdv0=true| {{Template:Emitter_System}} | ||
|Rate|Float| | |Rate|Float| {{Template:Emitter_Rate}} | ||
|BurstOnActivatedMin|Float| | |BurstOnActivatedMin|Float| {{Template:Emitter_BurstOnActivatedMin}} | ||
|BurstOnActivatedMax|Float| | |BurstOnActivatedMax|Float| {{Template:Emitter_BurstOnActivatedMax}} | ||
|BurstOnStart|Bool| | |BurstOnStart|Bool| {{Template:Emitter_BurstOnStart}} | ||
|Radius|Float| | |Radius|Float| The radius of the sphere shape this is emitting from. | ||
|EmitFromShell|Bool| | |EmitFromShell|Bool| {{Template:Emitter_EmitFromShell}} | ||
|DirectionMode|SphereEmitterDirection| | |DirectionMode|SphereEmitterDirection| How particles should be oriented when emitting from the Sphere shape. | ||
|RandomDirectionWeight|Float| | |RandomDirectionWeight|Float| {{Template:Emitter_RandomDirectionWeight}} | ||
|ForcedDirection|Float3| | |ForcedDirection|Float3| {{Template:Emitter_Direction}} | ||
|DirectionTransformMode|DirectionTransformMode| | |DirectionTransformMode|DirectionTransformMode| {{Template:Emitter_DirectionTransformMode}} | ||
|DirectionReferencePoint|Float3| | |DirectionReferencePoint|Float3| The point to use as a reference point when orienting particles upon emission. | ||
|DirectionPostTransform|Float3x3| | |DirectionPostTransform|Float3x3| {{Template:Emitter_PostTransform}} | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
* [[Photon Dust]] | |||
[[Category:Components:Rendering:Particle System:Emitters{{#translation:}}|Sphere Emitter]] | [[Category:Components:Rendering:Particle System:Emitters{{#translation:}}|Sphere Emitter]] | ||
[[Category:Components{{#translation:}}|Sphere Emitter]] | [[Category:Components{{#translation:}}|Sphere Emitter]] | ||
Latest revision as of 15:42, 16 June 2025
Component image 
Sphere Emitter component as seen in the Scene Inspector

The SphereEmitter component is used to create particles in a particle system (See Photon Dust). This Emitter emits particles from a sphere shape.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
System
|
ParticleSystem | The particle system to get data from like style and particle count limits. |
Rate
|
Float | how fast to emit particles into the system. |
BurstOnActivatedMin
|
Float | The minimum value of the range of particle count to be emitted when activated as a burst. |
BurstOnActivatedMax
|
Float | The maximum value of the range of particle count to be emitted when activated as a burst. |
BurstOnStart
|
Bool | Whether or not particle bursts should be done on spawn. |
Radius
|
Float | The radius of the sphere shape this is emitting from. |
EmitFromShell
|
Bool | Enable emitting particles on the outside of the shape instead of from any point within the volume. |
DirectionMode
|
SphereEmitterDirection | How particles should be oriented when emitting from the Sphere shape. |
RandomDirectionWeight
|
Float | How much to randomize the velocity of new particles (this is a magnitude) |
ForcedDirection
|
Float3 | Which direction in local space to shoot particles emitted by this emitter. |
DirectionTransformMode
|
DirectionTransformMode | How to determine the transform of the particles made by this emitter at start. |
DirectionReferencePoint
|
Float3 | The point to use as a reference point when orienting particles upon emission. |
DirectionPostTransform
|
Float3x3 | The direction the particles should face as an extra matrix transform after the final particle starting direction has been calculated. |
Usage
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.