WindowButton Class |
Namespace: Kit.UI.Buttons
The WindowButton type exposes the following members.
| Name | Description | |
|---|---|---|
| Action | Whether to show, hide or toggle. | |
| HardReference | Hard reference to the window. | |
| SoftReference | A soft (path-only) reference to the window. | |
| UseSoftReference | Whether to store just the path to the Window and load it at runtime using "Resources.Load". |
| Name | Description | |
|---|---|---|
| Destroy | Destroy the object. (Defined by UnityObjectExtensions.) | |
| Disable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| Enable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| GetBounds | Returns the bounds of the Component. | |
| IsPrefab | Returns whether the Component is a part of a prefab. (Defined by ComponentExtensions.) |