Kit.UI.Behaviours Namespace |
| Class | Description | |
|---|---|---|
| IgnoreRaycast | Sets a particular UI element to ignore raycasts and be un-interactable. | |
| RaycastGraphic |
A sub-class of the Unity UI Graphic that just skips drawing. Useful for providing a raycast target without actually
drawing anything.
| |
| RaycastGraphicEditor | ||
| ToggleBehaviour | Parent class for behaviours that want to react to a Toggle's value. | |
| ToggleColor | Allows to set the on/off color of a Toggle. | |
| ToggleGroupFromParent | Sets the ToggleGroup of a Toggle from its parent. | |
| TogglePanel | Allows to turn a Panel on/off with a Toggle. | |
| ToggleSprite | Allows to set the on/off sprite of a Toggle. |