Table of Contents
Extensions for Toggles
public static class ToggleExt
Inheritance System.Object ToggleExt
Adds a function to this toggle
public static void AddOnValueChanged(this Toggle toggle, BTD_Mod_Helper.Extensions.ToggleEventExt.Function funcToExecute);
toggle
UnityEngine.UI.Toggle
funcToExecute
Function(bool)