36 lines
824 B
Plaintext
36 lines
824 B
Plaintext
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 |