"description":"A camera preset is a set of values that define a camera's position and rotation. This can be used to quickly set a camera to a specific position and rotation.",
"description":"The identifier of the camera preset. This is used to reference the camera preset in other components.",
"$ref":"../../../general/cameras/identifier.json"
},
"inherit_from":{
"type":"string",
"description":"The identifier of the camera preset to inherit from. This will copy the values from the inherited camera preset and then apply the values from this camera preset.",
"$ref":"../../../general/cameras/identifier.json"
},
"player_effects":{
"type":"boolean",
"description":"If true, the camera will apply player effects such as nausea and blindness.",
"default":false
},
"listener":{
"type":"string",
"description":"Specifies what / who acts as the ears for the camera.",
"examples":["player"]
},
"pos_x":{
"type":"number",
"description":"The x position of the camera.",
"default":0
},
"pos_y":{
"type":"number",
"description":"The y position of the camera.",
"default":0
},
"pos_z":{
"type":"number",
"description":"The z position of the camera.",
"default":0
},
"rot_x":{
"type":"number",
"description":"The pitch of the camera. positive values look down, negative values look up.",