Gets and sets the aspect ratio of the rendered image. This is not the resolution, but only the aspect ratio. To define a custom aspect ratio set this property to CustomRenderAspectRatio and use the aspectRatioHeight and aspectRatioWidth properties to define any aspect ratio.
This is used for in-canvas render to allow you to use a different aspect ratio than what is implicitly defined by the size of the active viewport.
If this is set to CustomRenderAspectRatio, use the aspectRatioHeight and aspectRatioWidth to define the aspect ratio.
"sceneSettings_var" is a variable referencing a SceneSettings object.
|
"sceneSettings_var" is a variable referencing a SceneSettings object.
|