ImageRenderOptions class

ImageRenderOptions class

Options for Scene.render and Scene.render

Inheritance: ImageRenderOptionsA3DObject

The ImageRenderOptions type exposes the following members:

Constructors

ConstructorDescription
initInitialize an instance of ImageRenderOptions

Properties

PropertyDescription
nameGets or sets the name.
propertiesGets the collection of all properties.
background_colorThe background color of the render result.
asset_directoriesDirectories that stored external assets(like textures)
enable_shadowsGets or sets whether to render shadows.

Methods

MethodDescription
remove_propertyRemoves a dynamic property.
remove_propertyRemove the specified property identified by name
get_propertyGet the value of specified property
set_propertySets the value of specified property
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)

See Also