26 lines
844 B
Plaintext
26 lines
844 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/EnvironmentControlBehaviour.html
|
|
Title: People Playground Modding - EnvironmentControlBehaviour
|
|
==================================================
|
|
|
|
public class EnvironmentControlBehaviour
|
|
Inherits MonoBehaviour
|
|
Behaviour that controls a UI element in the environment settings panel
|
|
Fields
|
|
public TextMeshProUGUI Label
|
|
Reference to the label mesh
|
|
|
|
public HasTooltipBehaviour Tooltip
|
|
Reference to the HasTooltipBehaviour determining the tooltip for this control
|
|
|
|
public UnityEngine.UI.Toggle Toggle
|
|
[Space]
|
|
Reference to the possible toggle element
|
|
|
|
public UnityEngine.UI.Button Button
|
|
Reference to the possible button element
|
|
|
|
public TMP_InputField NumberInput
|
|
Reference to the possible number / input element
|
|
|
|
public TMP_InputField SecondaryInput
|
|
Reference to the possible second input element |