20 lines
709 B
Plaintext
20 lines
709 B
Plaintext
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 |