32 lines
827 B
Plaintext
32 lines
827 B
Plaintext
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 |