This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| reset_camera_over_time [2017/05/02 16:24] – justin | reset_camera_over_time [2021/04/21 18:43] (current) – justin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Resets the camera to the default position/ | Resets the camera to the default position/ | ||
| + | ====Signature: | ||
| <code python> | <code python> | ||
| reset_camera_over_time(duration) | reset_camera_over_time(duration) | ||
| Line 9: | Line 10: | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| - | |duration|Duration of the reset (in seconds).|[[Decimal]]|Yes| | + | |duration|Duration of the reset (in seconds).|[[Number]]|Yes| |
| ====Example: | ====Example: | ||
| - | < | + | < |
| - | reset_camera_over_time(0.5) | + | reset_camera_over_time(0.5); |
| </ | </ | ||
| // | // | ||