Component:ConeEmitter: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
fix
 
Line 29: Line 29:
[[Category:Components:Rendering:Particle System:Emitters{{#translation:}}|Cone Emitter]]
[[Category:Components:Rendering:Particle System:Emitters{{#translation:}}|Cone Emitter]]
[[Category:Components{{#translation:}}|Cone Emitter]]
[[Category:Components{{#translation:}}|Cone Emitter]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 17:33, 17 December 2024

Component image 
Cone Emitter component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

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.
System ParticleSystem
Rate Float
BurstOnActivatedMin Float
BurstOnActivatedMax Float
BaseRadius Float
Height Float
EmitFromShell Bool
DirectionMode ConeEmitterDirection
RandomDirectionWeight Float
Direction Float3
DirectionTransformMode DirectionTransformMode
RelativeDirectionReferencePoint Float3

Behavior

Examples

See Also