Component:LegacyGlowingSphereToggle

From Resonite Wiki
This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.
Component image 
File:LegacyGlowingSphereToggleComponent.png
Legacy Glowing Sphere Toggle component as seen in the Scene Inspector

The Legacy Glowing Sphere Toggle component is a leftover Component from content migrated from other platforms. It should not be used, and should be replaced whenever possible.

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.
TargetField IField`1<Bool> The field to toggle.
FadeSpeed Float The speed at which the emission fades.
CooldownTime Float How long till the toggle can be used again between toggles.
Radius Float The radius of the sphere visual.
GlowColor ColorX The color of the glowing sphere visual.
_emissiveColor field drive of ColorX The field to drive for the emissive color.
_rimColor field drive of ColorX The field to drive for the rim color.
_sphereRadius field drive of Float The field to drive for the sphere visual radius.
_sphereExtrude field drive of Float The field to drive for the sphere visual extrude.
_colliderRadius field drive of Float The field to drive for the collider radius for the visual.

Usage

Not to be used, legacy content.

Examples

Found in migrated legacy content.

See Also