ControlHelper Methods |
The ControlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Delay(Action) | Perform an action next frame. | |
| Delay(FuncBoolean, Action) | Call a method after a specified condition is satisfied. | |
| Delay(Int32, Action) | Call a method after specified number of frames. | |
| Delay(Single, Action) | Call a method after specified number of seconds. | |
| Delay(Int32, Int32, Action) | Keep calling a method after a specified number of frames. | |
| Delay(Single, Single, Action) | Keep calling a method after a specified number of seconds. |
| 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.) |