VisualServerSingleton.cameraSetUseVerticalAspect

If true, preserves the horizontal aspect ratio which is equivalent to constant Camera.KEEP_WIDTH. If false, preserves the vertical aspect ratio which is equivalent to constant Camera.KEEP_HEIGHT.

struct VisualServerSingleton
@nogc nothrow
void
cameraSetUseVerticalAspect
(
in RID camera
,
in bool enable
)

Meta