Camera
Inherits from: Object
Methods
set_fov
Description:
Sets the field of view (FOV) for the object’s camera in degrees.
Signature:
def set_fov(self, angle: float)
Arguments:
angle
:float
— Camera FOV in degrees
Returns: Self
Last updated on