Bind

Inheritance: java.lang.Object, ColladaElement

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

Constructors

ConstructorDescription
Bind()

Methods

MethodDescription
getSemantic()Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.
setSemantic(String value)Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.
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(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.

Bind()

public Bind()

getSemantic()

public final String getSemantic()

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

Returns: String

setSemantic(String value)

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.

Returns: String

setTarget(String value)

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.