GLTFCamera

Inherits: Resource < Reference < Object

Description

Note: This class is only compiled in editor builds. Run-time glTF loading and saving is not available in exported projects. References to GLTFCamera within a script will cause an error in an exported project.

Properties

float

fov_size

75.0

bool

perspective

true

float

zfar

4000.0

float

znear

0.05

Property Descriptions

Default

75.0

Setter

set_fov_size(value)

Getter

get_fov_size()


Default

true

Setter

set_perspective(value)

Getter

get_perspective()


Default

4000.0

Setter

set_zfar(value)

Getter

get_zfar()


Default

0.05

Setter

set_znear(value)

Getter

get_znear()