Component:UserspaceFacetAnchorsManager: Difference between revisions

From Resonite Wiki
Automated: update Fields
add info
 
(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 4: Line 5:
}}
}}
To know what this controls, see [[Facets#Facet Anchors|Facet Anchors]].
To know what this controls, see [[Facets#Facet Anchors|Facet Anchors]].
{{stub}}


== Fields ==
== Fields ==
Line 10: Line 10:
|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|
|Toggle|Chirality| What controller toggles facet anchors when opening dash.
|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]]'''|TypeAdv4=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| The name of the profile to use when loading the facet anchors.
|Anchors|{{RootFieldType|SyncList`1|[[#Data|UserspaceFacetAnchorsManager.Data]]}}|TypeAdv6=true|
|Anchors|{{RootFieldType|SyncList`1|[[#Data|UserspaceFacetAnchorsManager.Data]]}}|TypeAdv6=true| A list of facet anchors and their data.
}}
}}


== Data ==
== Data ==
{{Table TypeFields
{{Table TypeFields
|Point|FacetAnchorPoint| Where this facet should be.
|Root|Slot| The root of this facet anchor element.
|Workspace|'''[[Component:Workspace|Workspace]]'''|TypeAdv2=true| The workspace component that controls saving and loading of this facet's data.
}}
}}


Line 31: Line 34:
[[Category:Components{{#translation:}}|Userspace Facet Anchors Manager]]
[[Category:Components{{#translation:}}|Userspace Facet Anchors Manager]]
[[Category:Components With Nested Types{{#translation:}}|Userspace Facet Anchors Manager]]
[[Category:Components With Nested Types{{#translation:}}|Userspace Facet Anchors Manager]]
[[Category:ComponentStubs]]

Latest revision as of 13:01, 3 August 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.

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 What controller toggles facet anchors when opening dash.
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 The name of the profile to use when loading the facet anchors.
Anchors list of UserspaceFacetAnchorsManager.Data A list of facet anchors and their data.

Data

Fields
Name Type Description
Point FacetAnchorPoint Where this facet should be.
Root Slot The root of this facet anchor element.
Workspace Workspace The workspace component that controls saving and loading of this facet's data.

Usage

Examples

See Also