Class StandardUISettings
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.StandardUI
Syntax
[ExecuteInEditMode]
public class StandardUISettings : MonoBehaviour
Fields
showPrices
Declaration
[Tooltip("Whether to show the variant and total price")]
public bool showPrices
Field Value
Type | Description |
---|---|
Boolean |
StyleSheets
Declaration
[Tooltip("Editable stylesheets to be applied to the UI")]
public List<StyleSheet> StyleSheets
Field Value
Type | Description |
---|---|
List<StyleSheet> |