Component:UserspaceFacetAnchorsManager: Difference between revisions

From Resonite Wiki
add some info
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{UserspaceComponent}}
{{Infobox Component
{{Infobox Component
|Image=UserspaceFacetAnchorsManagerComponent.png
|Image=UserspaceFacetAnchorsManagerComponent.png
Line 10: Line 11:
|Open|Bool| Whether the facet anchors are open or closed.
|Open|Bool| Whether the facet anchors are open or closed.
|UseFacetAnchors|Bool| Whether to allow the use of facet anchors.
|UseFacetAnchors|Bool| Whether to allow the use of facet anchors.
|Toggle|Chirality|
|AnimSpeed|Float| How fast the facet anchors should open or close.
|AnimSpeed|Float| How fast the facet anchors should open or close.
|Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''|TypeAdv3=true| The dash that is in the world this component is managing facet anchors for.
|Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''|TypeAdv4=true| The dash that is in the world this component is managing facet anchors for.
|ProfileName|String|
|ProfileName|String|
|Anchors|{{RootFieldType|SyncList`1|[[#Data|Data]]}}|TypeAdv5=true|
|Anchors|{{RootFieldType|SyncList`1|[[#Data|UserspaceFacetAnchorsManager.Data]]}}|TypeAdv6=true|
}}
}}



Latest revision as of 18:30, 3 April 2025

This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image 
File:UserspaceFacetAnchorsManagerComponent.png
Userspace Facet Anchors Manager component as seen in the Scene Inspector

To know what this controls, see Facet Anchors.

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.
Open Bool Whether the facet anchors are open or closed.
UseFacetAnchors Bool Whether to allow the use of facet anchors.
Toggle Chirality
AnimSpeed Float How fast the facet anchors should open or close.
Dash UserspaceRadiantDash The dash that is in the world this component is managing facet anchors for.
ProfileName String
Anchors list of UserspaceFacetAnchorsManager.Data

Data

Fields
Name Type Description

Usage

Examples

See Also