37 lines
821 B
Plaintext
37 lines
821 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/SliderUserPreferenceBehaviour.html
|
|
Title: People Playground Modding - SliderUserPreferenceBehaviour
|
|
==================================================
|
|
|
|
public class SliderUserPreferenceBehaviour
|
|
Inherits MonoBehaviour
|
|
No description provided
|
|
Fields
|
|
public Slider Slider
|
|
No description provided
|
|
|
|
public TextMeshProUGUI Display
|
|
No description provided
|
|
|
|
public string Formatting
|
|
[ShowIf(nameof(HasDisplay))]
|
|
No description provided
|
|
|
|
public bool MultiplyDisplayByHundred
|
|
No description provided
|
|
|
|
public string Key
|
|
No description provided
|
|
|
|
public bool ShowInteger
|
|
No description provided
|
|
|
|
public int MaxDisplayLength
|
|
[HideIf(nameof(ShowInteger))]
|
|
No description provided
|
|
|
|
public bool IsInteger
|
|
No description provided
|
|
|
|
Methods
|
|
public bool HasDisplay()
|
|
No description provided |