feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/ContraptionOutlineSerialiser.html
|
||||
Title: People Playground Modding - ContraptionOutlineSerialiser
|
||||
==================================================
|
||||
|
||||
public struct ContraptionOutlineSerialiser
|
||||
No description provided
|
||||
Fields
|
||||
public const string OutlineExtension
|
||||
No description provided
|
||||
Constant value: ".outline"
|
||||
|
||||
Methods
|
||||
public static ContraptionOutline GenerateOutline(IEnumerable<PhysicalBehaviour> physicalBehaviours, Vector3 center)
|
||||
No description provided
|
||||
|
||||
public static ContraptionOutline LoadOutline(string path)
|
||||
No description provided
|
||||
|
||||
public static void SaveOutline(string saveName, GameObject[] gameObjects, Vector3 center)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user