Class Render

Render class

The evaluate scene render. Describes one effect pass to evaluate a scene.

public class Render : ColladaElement

Constructors

NameDescription
Render()The default constructor.

Properties

NameDescription
CameraNode { get; set; }Gets or sets the camera node. Refers to a node that contains a camera describing the viewpoint from which to render this composition step. Optional.
Extra { get; set; }Gets or sets the extra.
InstanceMaterial { get; set; }Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.
Layer { get; set; }Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.
Name { get; set; }Gets or sets the name. The text string name of this element. Optional.
Sid { get; set; }Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.

See Also