public class Bind extends ColladaElement
The bind. The bind element binds values to effect parameters upon instantiation.
Constructor and Description |
---|
Bind() |
Modifier and Type | Method and Description |
---|---|
String |
getSemantic()
Gets or sets the semantic.
|
String |
getTarget()
Gets or sets the target.
|
void |
setSemantic(String value)
Gets or sets the semantic.
|
void |
setTarget(String value)
Gets or sets the target.
|
public final String getSemantic()
Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.
public final void setSemantic(String value)
Gets or sets the semantic. The semantic attribute specifies which effect parameter to bind.
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.
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.