989onan bot (talk | contribs) Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Null Particle Renderer | |Name=Null Particle Renderer | ||
}} | }} | ||
The '''Null Particle Renderer''' component | The '''Null Particle Renderer''' component is used with [[Photon Dust]] to render zero geometry particles. | ||
== Fields == | == Fields == | ||
Line 11: | Line 10: | ||
== Usage == | == Usage == | ||
Used for debugging. | |||
== Examples == | == Examples == | ||
Line 18: | Line 18: | ||
[[Category:Components:Rendering:Particle System:Renderers{{#translation:}}|Null Particle Renderer]] | [[Category:Components:Rendering:Particle System:Renderers{{#translation:}}|Null Particle Renderer]] | ||
[[Category:Components{{#translation:}}|Null Particle Renderer]] | [[Category:Components{{#translation:}}|Null Particle Renderer]] | ||
Latest revision as of 19:07, 26 June 2025
Component image File:NullParticleRendererComponent.pngNull Particle Renderer component as seen in the Scene Inspector
The Null Particle Renderer component is used with Photon Dust to render zero geometry particles.
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. |
Usage
Used for debugging.