Class ObjectAssemblyResource
public class ObjectAssemblyResource : IObjectAssemblyResource
- Inheritance
-
ObjectAssemblyResource
- Implements
- Inherited Members
- Extension Methods
Constructors
ObjectAssemblyResource(string, float, float, float)
public ObjectAssemblyResource(string name, float count, float capacity, float individualMass = 1)
Parameters
Properties
Capacity
public float Capacity { get; }
Property Value
Count
public float Count { get; }
Property Value
IndividualMass
public float IndividualMass { get; }
Property Value
Name
public string Name { get; }
Property Value
TotalMass
public float TotalMass { get; }
Property Value
Type
public ResourceType Type { get; }