Interface IQuantifiable
Interface for objects which know and can describe their quantity value, when requested.
Namespace: UnityEngine.GameFoundation
Syntax
public interface IQuantifiable
Properties
quantity
Quantity of this object.
Declaration
long quantity { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |