public class LiquidMixInstructions

Liquid mix instructions. Mixing instructions are responsible for turning source liquids into target liquids inside liquid containers.

Fields

public Liquid[] SourceLiquids

Source liquids


public Liquid TargetLiquid

Target liquid


public float RatePerSecond

Amount of liquid units that are converted every second


public Func<BloodContainer, bool> ContainerFilter

The optional container filter function. If this function returns false, the mixing will not take place


Methods

public (constructor) LiquidMixInstructions(Liquid[] sourceLiquids, Liquid targetLiquid, float ratePerSecond = 0.05f)

No description provided


public (constructor) LiquidMixInstructions(Liquid sourceA, Liquid sourceB, Liquid targetLiquid, float ratePerSecond = 0.05f)

No description provided


public (constructor) LiquidMixInstructions(Liquid sourceA, Liquid sourceB, Liquid sourceC, Liquid targetLiquid, float ratePerSecond = 0.05f)

No description provided


Attention!

This member is obsolete and should not be used. It is a remnant from the past.

bi bij bibi