Randomize
Randomize transforms by random values within ranges.Parameters
| Parameter | Type | Description |
|---|---|---|
| space | Space | The coordinate spaces in which to apply transformation to a GameObject. Note: Scaling always operates in local space regardless of this setting. |
| rotationMin | Vector3 | |
| rotationMax | Vector3 | |
| translationMin | Vector3 | |
| translationMax | Vector3 | |
| scaleMin | Vector3 | |
| scaleMax | Vector3 |