Component:ParticleSystemMetadata: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update Fields, SyncDelegates
Line 9: Line 9:
|System|'''[[Component:ParticleSystem|ParticleSystem]]'''|TypeAdv0=true|
|System|'''[[Component:ParticleSystem|ParticleSystem]]'''|TypeAdv0=true|
|ParticleCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true|
|ParticleCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true|
|LastSimulationTime|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv2=true|
|ParticlesFPS|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv2=true|
|LastSubmissionTime|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv3=true|
|LastSimulationTime|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv3=true|
|RenderDataReallocationCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv4=true|
|LastSubmissionTime|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv4=true|
|TrailCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv5=true|
|RenderDataReallocationCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv5=true|
|TrailCapacity|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv6=true|
|TrailCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv6=true|
|TrailPointCapacity|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv7=true|
|TrailCapacity|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv7=true|
|TrailsDataReallocationCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv8=true|
|TrailPointCapacity|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv8=true|
|TrailsDataReallocationCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv9=true|
}}
}}


== Sync Delegates ==
 
{{Table ComponentTriggers
 
}}


== Usage ==
== Usage ==

Revision as of 06:03, 17 March 2025

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. Some components stop their functionality when this field is disabled, but some don't.
System ParticleSystem
ParticleCount raw output of Int
ParticlesFPS raw output of Float
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



Usage

Examples

See Also