55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/BurnerBehaviour.html
|
|
Title: People Playground Modding - BurnerBehaviour
|
|
==================================================
|
|
|
|
public class BurnerBehaviour
|
|
Inherits BloodContainer, Messages.IUse
|
|
No description provided
|
|
Fields
|
|
public LiquidContainerController LiquidContainer
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public bool Activated
|
|
No description provided
|
|
|
|
public DamagableMachineryBehaviour DamagableMachinery
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource AudioSource
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource AudioSourceBoil
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public SpriteRenderer EnabledLight
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public BoxCollider2D DisintegrateTrigger
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public GameObject DeleteEffect
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Properties
|
|
public override Vector2 Limits
|
|
No description provided
|
|
|
|
public override bool AllowsOverflow
|
|
No description provided
|
|
|
|
Methods
|
|
protected override void Start()
|
|
No description provided
|
|
|
|
protected override void Update()
|
|
No description provided
|
|
|
|
public void Use(ActivationPropagation activation)
|
|
No description provided |