Saves the current camera settings. There are five "slots" for saved camera settings, indexed 1-5. These views can be set and accessed directly using SaveView()
and SetView()
, and cycled through using NextView()
and PrevView()
.
See also Camera functions.
Signature:
SaveView(index)
Arguments:
index
- Index of a saved camera setting (between 1 and 5) (number
)