Click or drag to resize

Kit.UI.Behaviours Namespace

Common MonoBehaviours for UI elements.
Classes
  ClassDescription
Public classIgnoreRaycast
Sets a particular UI element to ignore raycasts and be un-interactable.
Public classRaycastGraphic
A sub-class of the Unity UI Graphic that just skips drawing. Useful for providing a raycast target without actually drawing anything.
Public classRaycastGraphicEditor
Public classToggleBehaviour
Parent class for behaviours that want to react to a Toggle's value.
Public classToggleColor
Allows to set the on/off color of a Toggle.
Public classToggleGroupFromParent
Sets the ToggleGroup of a Toggle from its parent.
Public classTogglePanel
Allows to turn a Panel on/off with a Toggle.
Public classToggleSprite
Allows to set the on/off sprite of a Toggle.