Packages

 

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

Classes

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

Class ProfileCommon



  • public class ProfileCommon
    extends ColladaElement

    The profile common. Opens a block of COMMON platform-specific data types and technique declarations.

    • Constructor Detail

      • ProfileCommon

        public ProfileCommon()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getTechnique

        public final ProfileCommonTechnique getTechnique()

        Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

      • setTechnique

        public final void setTechnique(ProfileCommonTechnique value)

        Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

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