public class EvaluateScene extends ColladaElement
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.
Constructor and Description |
---|
EvaluateScene()
Initializes a new instance of the
EvaluateScene class. |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
boolean |
getEnable()
Gets or sets a value indicating whether evaluate is enable.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
Render[] |
getRender()
Gets or sets the render.
|
String |
getSid()
Gets or sets the sid.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setEnable(boolean value)
Gets or sets a value indicating whether evaluate is enable.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setRender(Render[] value)
Gets or sets the render.
|
void |
setSid(String value)
Gets or sets the sid.
|
public EvaluateScene()
Initializes a new instance of the EvaluateScene
class.
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
public final Render[] getRender()
Gets or sets the render. The render element describes one effect pass to evaluate the scene. There must be at least one render element.
public final void setRender(Render[] value)
Gets or sets the render. The render element describes one effect pass to evaluate the scene. There must be at least one render element.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.
public final String getId()
Gets or sets the id.
public final void setId(String value)
Gets or sets the id.
public final String getSid()
Gets or sets the sid.
public final void setSid(String value)
Gets or sets the sid.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
public final boolean getEnable()
Gets or sets a value indicating whether evaluate is enable. Allow this to be disabled and hence skipped during evaluation. This is useful for debug
public final void setEnable(boolean value)
Gets or sets a value indicating whether evaluate is enable. Allow this to be disabled and hence skipped during evaluation. This is useful for debug