Window Methods |
The Window type exposes the following members.
| Name | Description | |
|---|---|---|
| Hide(WindowHideMode) | Hide the window. | |
| Hide(String, WindowHideMode) | Hide the window using a particular animation. | |
| MarkAsInstance | Mark the window as one not already in the scene. Called automatically. | |
| Refresh | Method that gets called when Data is updated. Child classes should override this method and update the UI here. | |
| Show(Object) | Show the window. | |
| Show(String, Object) | Show the window using a particular animation. |
| 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.) |