What it does
camera.setFOV sets FOV on a camera object. It takes deg.
Signature
camera.setFOV(deg)Arguments
deg
Example · generated
function start() { camera.setFOV(45);}camera.setFOV is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.