Click or drag to resize

ContainerModelDropAmount Property

Sets the maximum amount that this container can transfer to another container with every click.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public double DropAmount { get; set; }

Property Value

Type: Double
Remarks

Setting the DropAmount on a container will only let it transfer that amount per click on a receiving object.

For instance, a 100ml container with a DropAmount of 10 would require 10 clicks to be emptied into the receiving object.

See Also