Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class EvaluateScene



  • 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 Detail

      • EvaluateScene

        public EvaluateScene()

        Initializes a new instance of the EvaluateScene class.

    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getRender

        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.

      • setRender

        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.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra. The extra element may appear any number of times.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra. The extra element may appear any number of times.

      • getId

        public final String getId()

        Gets or sets the id.

      • setId

        public final void setId(String value)

        Gets or sets the id.

      • getSid

        public final String getSid()

        Gets or sets the sid.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid.

      • getName

        public final String getName()

        Gets or sets the name.

      • setName

        public final void setName(String value)

        Gets or sets the name.

      • getEnable

        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

      • setEnable

        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