989onan bot (talk | contribs) Automated: create new component page |
989onan bot (talk | contribs) Automated: Added {{Legacy}} |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Component | {{Legacy}}{{Infobox Component | ||
|Image=LegacyGlowingSphereToggleComponent.png | |Image=LegacyGlowingSphereToggleComponent.png | ||
|Name=Legacy Glowing Sphere Toggle | |Name=Legacy Glowing Sphere Toggle | ||
}} | }} | ||
The '''Legacy Glowing Sphere Toggle''' component | 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 == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|TargetField|'''[[Type:IField`1|IField`1]]<[[Type:Bool|Bool]]>'''|TypeAdv0=true| | |TargetField|'''[[Type:IField`1|IField`1]]<[[Type:Bool|Bool]]>'''|TypeAdv0=true| The field to toggle. | ||
|FadeSpeed|Float| | |FadeSpeed|Float| The speed at which the emission fades. | ||
|CooldownTime|Float| | |CooldownTime|Float| How long till the toggle can be used again between toggles. | ||
|Radius|Float| | |Radius|Float| The radius of the sphere visual. | ||
|GlowColor|ColorX| | |GlowColor|ColorX| The color of the glowing sphere visual. | ||
|_emissiveColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv5=true| | |_emissiveColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv5=true| The field to drive for the emissive color. | ||
|_rimColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv6=true| | |_rimColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv6=true| The field to drive for the rim color. | ||
|_sphereRadius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv7=true| | |_sphereRadius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv7=true| The field to drive for the sphere visual radius. | ||
|_sphereExtrude|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv8=true| | |_sphereExtrude|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv8=true| The field to drive for the sphere visual extrude. | ||
|_colliderRadius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv9=true| | |_colliderRadius|{{RootFieldType|FieldDrive`1|[[Type:Float|Float]]}}|TypeAdv9=true| The field to drive for the collider radius for the visual. | ||
}} | }} | ||
== Usage == | == Usage == | ||
Not to be used, legacy content. | |||
== Examples == | == Examples == | ||
Found in migrated legacy content. | |||
== See Also == | == See Also == | ||
Line 28: | Line 29: | ||
[[Category:Components:Uncategorized{{#translation:}}|Legacy Glowing Sphere Toggle]] | [[Category:Components:Uncategorized{{#translation:}}|Legacy Glowing Sphere Toggle]] | ||
[[Category:Components{{#translation:}}|Legacy Glowing Sphere Toggle]] | [[Category:Components{{#translation:}}|Legacy Glowing Sphere Toggle]] | ||
Latest revision as of 03:43, 7 April 2025
Component image File:LegacyGlowingSphereToggleComponent.pngLegacy 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
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.