Click or drag to resize

ContainerModelPickupRate Property

Sets the rate at which this Container can pick up from another Container.

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

Property Value

Type: Single
Remarks

The PickupRate is the amount of content that the Container will pick up on every frame. This value can be a number or a mathematical formula.

See DropoffRate for examples.

See Also