feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit 27da387c5a
1095 changed files with 40267 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
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