feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/SmoothLineControllerBehaviour.html
|
||||
Title: People Playground Modding - SmoothLineControllerBehaviour
|
||||
==================================================
|
||||
|
||||
public class SmoothLineControllerBehaviour
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Nested types
|
||||
SmoothLineControllerBehaviour.Node
|
||||
Fields
|
||||
public LineRenderer LineRenderer
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public float Length
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public int Steps
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public bool AutoLength
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public Node From
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public Node To
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public bool AutoAdjustWidth
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Initialise()
|
||||
No description provided
|
||||
|
||||
public void UpdateLine()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user