Struct TrashContentEntry
Describes one immutable entry in a trash-container content snapshot.
public readonly struct TrashContentEntry
- Inherited Members
- Extension Methods
Properties
Quantity
Gets the number of trash items represented by this entry.
public int Quantity { get; }
Property Value
TrashId
Gets the native trash-prefab identifier.
public string? TrashId { get; }
Property Value
UnitSize
Gets the container-capacity units consumed by each item.
public int UnitSize { get; }
Property Value
UnitValue
Gets the sell value of each item.
public int UnitValue { get; }