BindVertexInput

Inheritance: java.lang.Object, ColladaElement

The bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.

Constructors

ConstructorDescription
BindVertexInput()

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.
getInputSemantic()Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.
setInputSemantic(String value)Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.
getInputSet()Gets or sets the input set. The input_set attribute specifies which input set to bind.
setInputSet(long value)Gets or sets the input set. The input_set attribute specifies which input set to bind.
getInputSetSpecified()Gets or sets a value indicating whether input set is specified.
setInputSetSpecified(boolean value)Gets or sets a value indicating whether input set is specified.

BindVertexInput()

public BindVertexInput()

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.

getInputSemantic()

public final String getInputSemantic()

Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.

Returns: String

setInputSemantic(String value)

public final void setInputSemantic(String value)

Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.

getInputSet()

public final long getInputSet()

Gets or sets the input set. The input_set attribute specifies which input set to bind.

Returns: long

setInputSet(long value)

public final void setInputSet(long value)

Gets or sets the input set. The input_set attribute specifies which input set to bind.

getInputSetSpecified()

public final boolean getInputSetSpecified()

Gets or sets a value indicating whether input set is specified.

Returns: boolean

setInputSetSpecified(boolean value)

public final void setInputSetSpecified(boolean value)

Gets or sets a value indicating whether input set is specified.