feat: add initial People Playground mod development kit

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

View File

@@ -0,0 +1,35 @@
URL: https://wiki.studiominus.nl/internalReference/MapEditorSelectionMenuBehaviour.html
Title: People Playground Modding - MapEditorSelectionMenuBehaviour
==================================================
public class MapEditorSelectionMenuBehaviour
Inherits MonoBehaviour
No description provided
Fields
public static MapEditorSelectionMenuBehaviour Instance
No description provided
public Image PreviewImage
Reference to the large preview image panel
public bool AutoAdjustContainerSize
Should the script automatically adjust the container size?
public float WidthPerItem
[ShowIf("AutoAdjustContainerSize")]
The width per entry. Used by AutoAdjustContainerSize to determine the final size
public float SpacingPerItem
[ShowIf("AutoAdjustContainerSize")]
The spacing per entry. Used by AutoAdjustContainerSize to determine the final size
public GameObject MapViewPrefab
[Space]
Reference to the prefab that is used as a map button. Prefab requires a MapViewBehaviour.
Methods
public static void RegenerateView()
No description provided
public static bool DoesUserOwnMap(Map map)
No description provided