On this pageMerchant.totalWeightpublic float totalWeight { get; }CopyDescription#Gets the total weight of all items and fundsUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Merchant target) { float result = target.totalWeight; } }Copy