feat: add initial People Playground mod development kit
This commit is contained in:
36
extracted_wiki_content/internalReference/vasebehaviour.txt
Normal file
36
extracted_wiki_content/internalReference/vasebehaviour.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/VaseBehaviour.html
|
||||
Title: People Playground Modding - VaseBehaviour
|
||||
==================================================
|
||||
|
||||
public class VaseBehaviour
|
||||
Inherits DestroyableBehaviour
|
||||
Vase... it's a vase
|
||||
Fields
|
||||
public Color Color
|
||||
No description provided
|
||||
|
||||
public float IgnoreRadius
|
||||
No description provided
|
||||
|
||||
public Sprite[] Sprites
|
||||
No description provided
|
||||
|
||||
public int MinDripCount
|
||||
No description provided
|
||||
|
||||
public int MaxDripCount
|
||||
No description provided
|
||||
|
||||
public Sprite DripParticle
|
||||
[NaughtyAttributes.ShowIf(nameof(WillDrip))]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
protected override void Awake()
|
||||
No description provided
|
||||
|
||||
protected override void Update()
|
||||
No description provided
|
||||
|
||||
protected override void OnDebrisCreated(GameObject createdDebris, Vector2 velocity)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user