Table of Contents
Extensions for StandardTowerPurchaseButtons
public static class StandardTowerPurchaseButtonExt
Inheritance System.Object StandardTowerPurchaseButtonExt
Set the background image of this button
public static void SetBackground(this StandardTowerPurchaseButton button, Sprite sprite);
button
Il2CppAssets.Scripts.Unity.UI_New.InGame.StoreMenu.StandardTowerPurchaseButton
sprite
UnityEngine.Sprite
Set the background image of this button
public static void SetBackground(this StandardTowerPurchaseButton button, Texture2D texture2D);
button
Il2CppAssets.Scripts.Unity.UI_New.InGame.StoreMenu.StandardTowerPurchaseButton
texture2D
UnityEngine.Texture2D