Component:FacetAnchorsSettings: Difference between revisions

From Resonite Wiki
Automated: update Categories, SyncDelegates
add info
 
Line 3: Line 3:
|Name=Facet Anchors Settings
|Name=Facet Anchors Settings
}}
}}
{{stub}}
The '''FacetAnchorsSettings''' component is used to control the [[Settings]] for facet anchors.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|UseFacetAnchors|Bool|
|UseFacetAnchors|Bool| Whether to allow the use of facet anchors
|FacetAnchorToggle|Chirality|
|FacetAnchorToggle|Chirality| which controller to replace the dash open function with the opening facet anchors function.
|AnimationSpeed|Float|
|AnimationSpeed|Float| How fast facet anchors open and close.
|ShowContainerBackground|Bool|
|ShowContainerBackground|Bool| Whether to show the background visual of facet anchors.
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==


== See Also ==
== See Also ==
* [[Settings]]
* [[Dash]]


[[Category:Components:Uncategorized{{#translation:}}|Facet Anchors Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Facet Anchors Settings]]
[[Category:Components{{#translation:}}|Facet Anchors Settings]]
[[Category:Components{{#translation:}}|Facet Anchors Settings]]
[[Category:ComponentStub]]
[[Category:ComponentStubs]]

Latest revision as of 04:29, 23 December 2024

Component image 
File:FacetAnchorsSettingsComponent.png
Facet Anchors Settings component as seen in the Scene Inspector

The FacetAnchorsSettings component is used to control the Settings for 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.
UseFacetAnchors Bool Whether to allow the use of facet anchors
FacetAnchorToggle Chirality which controller to replace the dash open function with the opening facet anchors function.
AnimationSpeed Float How fast facet anchors open and close.
ShowContainerBackground Bool Whether to show the background visual of facet anchors.

Usage

Examples

See Also