MoveRandomly Class |
Namespace: Kit.Behaviours
The MoveRandomly type exposes the following members.
| Name | Description | |
|---|---|---|
| Area | The area to move around in. Could be a collider, renderer or transform. | |
| Easing | The easing to apply for each cycle. | |
| Speed | The speed at which to move. | |
| X | Move around in the X-axis? | |
| Y | Move around in the Y-axis? | |
| Z | Move around in the Z-axis? |
| 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.) |