Component:ParticleSystemMetadata

From Resonite Wiki
Component image 
File:ParticleSystemMetadataComponent.png
Particle System Metadata component as seen in the Scene Inspector


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


Fields

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
ParticleCount raw output of Int
LastSimulationTime raw output of Float
LastSubmissionTime raw output of Float
RenderDataReallocationCount raw output of Int
TrailCount raw output of Int
TrailCapacity raw output of Int
TrailPointCapacity raw output of Int
TrailsDataReallocationCount raw output of Int

Sync Delegates

Triggers
Method Name Method type and Arguments. Description

Usage

Examples

See Also