On this pageHolsterAction.iconpublic Texture2D icon { get; }CopyDescription#Icon associated with the pluginUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(HolsterAction target) { Texture2D result = target.icon; } }Copy