EvaluateScene class

EvaluateScene class

The evaluate scene. The evaluate_scene element declares information specifying how to evaluate this visual_scene. There may be any number of evaluate_scene elements. They are evaluated in order and particular one may be disabled via setting enabled=false.

Inheritance: EvaluateSceneColladaElement

The EvaluateScene type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the EvaluateScene class.

Properties

PropertyDescription
assetGets or sets the asset.
renderGets or sets the render.
The render element describes one effect pass to evaluate the scene.
There must be at least one render element.
extraGets or sets the extra.
The extra element may appear any number of times.
idGets or sets the id.
sidGets or sets the sid.
nameGets or sets the name.
enableGets or sets a value indicating whether evaluate is enable.
Allow this to be disabled and hence skipped during evaluation.
This is useful for debug

See Also