Component:UserspaceFacetAnchorsManager: Difference between revisions

From Resonite Wiki
add some info
Automated: update 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|
|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|
}}
}}



Revision as of 06:05, 17 March 2025

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