Component:SizeMultiplierByVelocity

From Resonite Wiki
Revision as of 02:39, 18 July 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:SizeMultiplierByVelocityComponent.png
Size Multiplier By Velocity component as seen in the Scene Inspector

The Size Multiplier By Velocity component is used in Photon Dust systems to make particles change size on any given axies based on velocity.

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.
VelocityMultiplier Float3 The amount to multiply velocity of a particle by before using it as a multiplier.
VelocityMask Bool3 Which axies should be included in or excluded from this scaling effect.
MultiplierClampMin Float3 the minimum value to clamp the current velocity of a particle to before it is used as a scale multiplier.
MultiplierClampMax Float3 the maximum value to clamp the current velocity of a particle to before it is used as a scale multiplier.
ResultClampMin Float3 the minimum scale the particle is allowed to be as a final scale.
ResultClampMax Float3 the maximum scale the particle is allowed to be as a final scale.

Usage

Used in particle systems to change particle size by velocity.

Examples

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

See Also