Component:UserspaceFacetAnchorsManager: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add some info
 
Line 3: Line 3:
|Name=Userspace Facet Anchors Manager
|Name=Userspace Facet Anchors Manager
}}
}}
To know what this controls, see [[Facets#Facet Anchors|Facet Anchors]].
{{stub}}
{{stub}}


== Usage ==
== 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|
|AnimSpeed|Float| How fast the facet anchors should open or close.
|Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''|TypeAdv3=true|
|Dash|'''[[Component:UserspaceRadiantDash|UserspaceRadiantDash]]'''|TypeAdv3=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|Data]]}}|TypeAdv5=true|
}}
}}


== Behavior ==
== Data ==
{{Table TypeFields
}}
 
== 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]]

Latest revision as of 17:45, 22 December 2024

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.
Open Bool Whether the facet anchors are open or closed.
UseFacetAnchors Bool Whether to allow the use of facet anchors.
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 Data

Data

Fields
Name Type Description

Usage

Examples

See Also