35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
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 |