feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
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
|
||||
Reference in New Issue
Block a user