Packages

 

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

Classes

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

Class ProfileCommonTechnique



  • public class ProfileCommonTechnique
    extends ColladaElement

    The profile common technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

    • Constructor Detail

      • ProfileCommonTechnique

        public ProfileCommonTechnique()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset. The technique element may contain an asset element.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset. The technique element may contain an asset element.

      • getItem

        public final Object getItem()

        Gets or sets the item.

      • setItem

        public final void setItem(Object value)

        Gets or sets the item.

      • 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. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

      • setId

        public final void setId(String value)

        Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

      • getSid

        public final String getSid()

        Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

      • setSid

        public final void setSid(String value)

        Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.