Class StandardUISettings
Standard UI settings
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.StandardUI
Syntax
[ExecuteInEditMode]
public class StandardUISettings : MonoBehaviour
Fields
ResourcesReferences
Image and stylesheet references.
Declaration
[SerializeField]
public StandardUIResourcesReferences ResourcesReferences
Field Value
Type | Description |
---|---|
StandardUIResourcesReferences |
showPrices
Show pricing information
Declaration
[Tooltip("Whether to show the variant and total price")]
public bool showPrices
Field Value
Type | Description |
---|---|
Boolean |
StyleSheets
List of custom stylesheets to be applied
Declaration
[Tooltip("Editable stylesheets to be applied to the UI")]
public List<StyleSheet> StyleSheets
Field Value
Type | Description |
---|---|
List<StyleSheet> |
Methods
Instance()
Instance
Declaration
public static StandardUISettings Instance()
Returns
Type | Description |
---|---|
StandardUISettings |