Packages

 

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

Classes

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

Class BindVertexInput



  • public class BindVertexInput
    extends ColladaElement

    The bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.

    • Constructor Detail

      • BindVertexInput

        public BindVertexInput()
    • Method Detail

      • getSemantic

        public final String getSemantic()

        Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.

      • setSemantic

        public final void setSemantic(String value)

        Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.

      • getInputSemantic

        public final String getInputSemantic()

        Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.

      • setInputSemantic

        public final void setInputSemantic(String value)

        Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.

      • getInputSet

        public final long getInputSet()

        Gets or sets the input set. The input_set attribute specifies which input set to bind.

      • setInputSet

        public final void setInputSet(long value)

        Gets or sets the input set. The input_set attribute specifies which input set to bind.

      • getInputSetSpecified

        public final boolean getInputSetSpecified()

        Gets or sets a value indicating whether input set is specified.

      • setInputSetSpecified

        public final void setInputSetSpecified(boolean value)

        Gets or sets a value indicating whether input set is specified.