Skip to contents

Enum values for camera_mode.

Usage

camera_mode

Format

An object of class list of length 5.

Details

NameValue
custom0
free1
orbital2
first_person3
third_person4

Examples

camera_mode$custom
#> [1] 0
camera_mode$orbital
#> [1] 2
camera_mode$third_person
#> [1] 4