Automated: create new component page |
add info |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{UserspaceComponent}} | |||
{{Infobox Component | {{Infobox Component | ||
|Image=UserspaceFacetAnchorsManagerComponent.png | |Image=UserspaceFacetAnchorsManagerComponent.png | ||
|Name=Userspace Facet Anchors Manager | |Name=Userspace Facet Anchors Manager | ||
}} | }} | ||
To know what this controls, see [[Facets#Facet Anchors|Facet Anchors]]. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Open|Bool| | |Open|Bool| Whether the facet anchors are open or closed. | ||
|UseFacetAnchors|Bool| | |UseFacetAnchors|Bool| Whether to allow the use of facet anchors. | ||
|AnimSpeed|Float| | |Toggle|Chirality| What controller toggles facet anchors when opening dash. | ||
|Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''| | |AnimSpeed|Float| How fast the facet anchors should open or close. | ||
|ProfileName|String| | |Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''|TypeAdv4=true| The dash that is in the world this component is managing facet anchors for. | ||
|Anchors|{{RootFieldType|SyncList`1|[[#Data|Data]]}}| | |ProfileName|String| The name of the profile to use when loading the facet anchors. | ||
|Anchors|{{RootFieldType|SyncList`1|[[#Data|UserspaceFacetAnchorsManager.Data]]}}|TypeAdv6=true| A list of facet anchors and their data. | |||
}} | |||
== Data == | |||
{{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. | |||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
== See Also == | == See Also == | ||
* [[Facets#Facet Anchors|Facet Anchors]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Userspace Facet Anchors Manager]] | [[Category:Components:Uncategorized{{#translation:}}|Userspace Facet Anchors Manager]] | ||
[[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]] | ||
Latest revision as of 13:01, 3 August 2025
Component image File:UserspaceFacetAnchorsManagerComponent.pngUserspace Facet Anchors Manager component as seen in the Scene Inspector
To know what this controls, see Facet Anchors.
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
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. |