40 lines
985 B
Plaintext
40 lines
985 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/LiquidCanisterBehaviour.html
|
|
Title: People Playground Modding - LiquidCanisterBehaviour
|
|
==================================================
|
|
|
|
public class LiquidCanisterBehaviour
|
|
Inherits BloodContainer
|
|
Controls the liquid canister
|
|
Fields
|
|
public float Capacity
|
|
Amount of liquid units that can be held
|
|
|
|
public AnimationCurve BuoyancyResponseCurve
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public TextMeshPro Text
|
|
Reference to the text on the canister
|
|
|
|
public float TextUpdateFrequency
|
|
How often to update the display text per second
|
|
|
|
Properties
|
|
public override bool AllowsOverflow
|
|
No description provided
|
|
|
|
public override Vector2 Limits
|
|
No description provided
|
|
|
|
Methods
|
|
protected override void Start()
|
|
No description provided
|
|
|
|
protected override void Update()
|
|
No description provided
|
|
|
|
protected override void OnLiquidEnter(Liquid type)
|
|
No description provided
|
|
|
|
protected override void OnLiquidExit(Liquid type)
|
|
No description provided |