feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/DecimatorBehaviour.html
|
||||
Title: People Playground Modding - DecimatorBehaviour
|
||||
==================================================
|
||||
|
||||
public class DecimatorBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public BoxCollider2D DecimateTrigger
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public PhysicalBehaviour PhysicalBehaviour
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public AudioSource AudioSource
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public ParticleSystem ParticleSystem
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public GameObject DeleteEffect
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public GameObject BlackHole
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public bool Activated
|
||||
[HideInInspector]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user