Class ColladaBindVertexInput

  • All Implemented Interfaces:
    XMLEventParser

    public class ColladaBindVertexInput
    extends ColladaAbstractObject
    Represents the COLLADA bind_vertex_input element and provides access to its contents.
    • Constructor Detail

      • ColladaBindVertexInput

        public ColladaBindVertexInput​(java.lang.String namespaceURI)
        Construct an instance.
        Parameters:
        namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getSemantic

        public java.lang.String getSemantic()
        Indicates the value of the semantic field.
        Returns:
        The value of the semantic field, or null if the field is not set.
      • getInputSemantic

        public java.lang.String getInputSemantic()
        Indicates the value of the input_semantic field.
        Returns:
        The value of the input_semantic field, or null if the field is not set.