public class BindVertexInput extends ColladaElement
The bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
Constructor and Description |
---|
BindVertexInput() |
Modifier and Type | Method and Description |
---|---|
String |
getInputSemantic()
Gets or sets the input semantic.
|
long |
getInputSet()
Gets or sets the input set.
|
boolean |
getInputSetSpecified()
Gets or sets a value indicating whether input set is specified.
|
String |
getSemantic()
Gets or sets the semantic.
|
void |
setInputSemantic(String value)
Gets or sets the input semantic.
|
void |
setInputSet(long value)
Gets or sets the input set.
|
void |
setInputSetSpecified(boolean value)
Gets or sets a value indicating whether input set is specified.
|
void |
setSemantic(String value)
Gets or sets the semantic.
|
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 getInputSemantic()
Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.
public final void setInputSemantic(String value)
Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.
public final long getInputSet()
Gets or sets the input set. The input_set attribute specifies which input set to bind.
public final void setInputSet(long value)
Gets or sets the input set. The input_set attribute specifies which input set to bind.
public final boolean getInputSetSpecified()
Gets or sets a value indicating whether input set is specified.
public final void setInputSetSpecified(boolean value)
Gets or sets a value indicating whether input set is specified.