GameCameraViewportData(bpy_struct)

base class — bpy_struct

class bpy.types.GameCameraViewportData(bpy_struct)

Game custom camera viewport settings

bottom_ratio

Set camera viewport bottom to a ratio of the entire viewport height

Type:float in [0, 1], default 0.0
left_ratio

Set camera viewport left to a ratio of the entire viewport width

Type:float in [0, 1], default 0.0
right_ratio

Set camera viewport right to a ratio of the entire viewport width

Type:float in [0, 1], default 1.0
top_ratio

Set camera viewport top to a ratio of the entire viewport height

Type:float in [0, 1], default 1.0
classmethod bl_rna_get_subclass(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The RNA type or default when not found.
Return type:bpy.types.Struct subclass
classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The class or default when not found.
Return type:type

Inherited Properties

Inherited Functions

References