On this pageGDTKItem.weightpublic float weight { get; }CopyDescription#Get the weight of this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { float result = target.weight; } }Copy