Packages

 

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

Classes

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

Class TechniqueHint



  • public class TechniqueHint
    extends ColladaElement

    The technique hint. Add a hint for a platform of which technique to use in this effect.

    • Constructor Detail

      • TechniqueHint

        public TechniqueHint()
    • Method Detail

      • getPlatform

        public final String getPlatform()

        Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.

      • setPlatform

        public final void setPlatform(String value)

        Gets or sets the platform. A platform defines a string that specifies which platform this is hint is aimed for.

      • getProfile

        public final String getProfile()

        Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for.

      • setProfile

        public final void setProfile(String value)

        Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for.

      • getReference

        public final String getReference()

        Gets or sets the reference. A reference to the technique to use for the specified platform.

      • setReference

        public final void setReference(String value)

        Gets or sets the reference. A reference to the technique to use for the specified platform.