feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/DetachFromParentOnStart.html
|
||||
Title: People Playground Modding - DetachFromParentOnStart
|
||||
==================================================
|
||||
|
||||
public class DetachFromParentOnStart
|
||||
Inherits MonoBehaviour
|
||||
Behaviour that will detach the transform from its parent on Start
|
||||
Fields
|
||||
public int Value
|
||||
No description provided
|
||||
|
||||
public int PreviousValue
|
||||
No description provided
|
||||
|
||||
public int PreviousValueFixed
|
||||
No description provided
|
||||
|
||||
public bool DestroyIfParentDestroyed
|
||||
Should this object still be destroyed if the original parent is also destroyed?
|
||||
|
||||
Methods
|
||||
public (constructor) DeltaInt(int value)
|
||||
No description provided
|
||||
|
||||
public void Increment(int v = 1)
|
||||
No description provided
|
||||
|
||||
public void Decrement()
|
||||
No description provided
|
||||
|
||||
public void UpdatePreviousValue()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user