Packages

 

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

Classes

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

Class Bind



  • public class Bind
    extends ColladaElement

    The bind. The bind element binds values to effect parameters upon instantiation.

    • Constructor Detail

      • Bind

        public Bind()
    • 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.

      • getTarget

        public final String getTarget()

        Gets or sets the target. The target attribute specifies the location of the value to bind to the specified semantic. This text string is a path-name following a simple syntax described in the "Addressing Syntax" section.

      • setTarget

        public final void setTarget(String value)

        Gets or sets the target. The target attribute specifies the location of the value to bind to the specified semantic. This text string is a path-name following a simple syntax described in the "Addressing Syntax" section.