public class InstanceMaterialGeometry extends ColladaElement
The instance material. The instance_material element declares the instantiation of a COLLADA material resource.
Constructor and Description |
---|
InstanceMaterialGeometry() |
Modifier and Type | Method and Description |
---|---|
Bind[] |
getBind()
Gets or sets the bind.
|
BindVertexInput[] |
getBindVertexInput()
Gets or sets the bind vertex input.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getName()
Gets or sets the name.
|
String |
getSid()
Gets or sets the sid.
|
String |
getSymbol()
Gets or sets the symbol.
|
String |
getTarget()
Gets or sets the target.
|
void |
setBind(Bind[] value)
Gets or sets the bind.
|
void |
setBindVertexInput(BindVertexInput[] value)
Gets or sets the bind vertex input.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setSymbol(String value)
Gets or sets the symbol.
|
void |
setTarget(String value)
Gets or sets the target.
|
public final Bind[] getBind()
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
public final void setBind(Bind[] value)
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
public final BindVertexInput[] getBindVertexInput()
Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
public final void setBindVertexInput(BindVertexInput[] value)
Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getSymbol()
Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.
public final void setSymbol(String value)
Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.
public final String getTarget()
Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.
public final void setTarget(String value)
Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.
public final String getSid()
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
public final void setSid(String value)
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.