Facets: Difference between revisions

From Resonite Wiki
Zandario (talk | contribs)
Neos Vid removal
 
m type not types
Line 1: Line 1:
{{stub}}
<!--T:1-->
<!--T:1-->
Facets are a system made to make adjusting and replacing your UI elements on your [[Dash Menu|Dash]]
Facets are a system made to make adjusting and replacing your UI elements on your [[Dash Menu|Dash]]
Line 15: Line 16:
| MinWidth  
| MinWidth  
| 32
| 32
| [[:Category:Types:Float|Float]]
| [[:Category:Type:Float|Float]]
|-
|-
| MaxWidth  
| MaxWidth  
| 1024
| 1024
| [[:Category:Types:Float|Float]]
| [[:Category:Type:Float|Float]]
|-
|-
| MinHeight  
| MinHeight  
| 32
| 32
| [[:Category:Types:Float|Float]]
| [[:Category:Type:Float|Float]]
|-
|-
| MaxHeight  
| MaxHeight  
| 1024
| 1024
| [[:Category:Types:Float|Float]]
| [[:Category:Type:Float|Float]]
|-
|-
| LastPlacedSized
| LastPlacedSized
| null
| null
| [[:Category:Types:Float2|Float2]]
| [[:Category:Type:Float2|Float2]]
|}
|}


Line 37: Line 38:
== See Also ==  
== See Also ==  
<!--T:5-->
<!--T:5-->
{{stub}}

Revision as of 18:09, 18 January 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Facets are a system made to make adjusting and replacing your UI elements on your Dash

To currently use Facets, you need to enable UI Edit mode in Basic Controls to remove and replace any facet.

Values
Name Default Value Type
MinWidth 32 Float
MaxWidth 1024 Float
MinHeight 32 Float
MaxHeight 1024 Float
LastPlacedSized null Float2

See Also