Class ItemStackFractional
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class ItemStackFractional : ItemStack, IController, IViewController, IHasUniversalID, IStack, INotifyPropertyChanged, ICloneable
Constructors
ItemStackFractional(Item, Int32, Single)
Declaration
public ItemStackFractional(Item item, int quantity, float fractionalQuantity)
Parameters
| Type | Name | Description |
|---|---|---|
| Item | item | |
| System.Int32 | quantity | |
| System.Single | fractionalQuantity |
Fields
FractionalQuantity
Declaration
public float FractionalQuantity
Field Value
| Type | Description |
|---|---|
| System.Single |
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable