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,41 @@
URL: https://wiki.studiominus.nl/internalReference/MapInternals_MapObjectInternal.html
Title: People Playground Modding - MapInternals.MapObjectInternal
==================================================
public class MapObjectInternal
This nested type resides in MapInternals
[System.Serializable]
No description provided
Fields
public string UniqueAssetID
No description provided
public MapEditorObjectBehaviour.ObjectProperty[] AssetProperties
No description provided
public float[] Position
No description provided
public float[] Orientation
No description provided
public float[] Scale
No description provided
public bool SpriteFlipped
No description provided
public MapEditorAsset Asset
[NonSerialized]
No description provided
public Vector2 PositionRelativeToMouse
[NonSerialized]
No description provided
Methods
public (constructor) MapObjectInternal(MapEditorObjectBehaviour mapObj)
No description provided
public (constructor) MapObjectInternal()
No description provided