InstanceMaterialGeometry
Inheritance: java.lang.Object, ColladaElement
The instance material. The instance_material element declares the instantiation of a COLLADA material resource.
Constructors
| Constructor | Description |
|---|---|
| InstanceMaterialGeometry() |
Methods
| Method | Description |
|---|---|
| getBind() | Gets or sets the bind. The bind element binds values to effect parameters upon instantiation. |
| setBind(Bind[] value) | Gets or sets the bind. The bind element binds values to effect parameters upon instantiation. |
| getBindVertexInput() | Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation. |
| setBindVertexInput(BindVertexInput[] value) | Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
| getSymbol() | Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to. |
| setSymbol(String value) | Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to. |
| getTarget() | Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate. |
| setTarget(String value) | Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate. |
| 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. |
| 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. |
| getName() | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| setName(String value) | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
InstanceMaterialGeometry()
public InstanceMaterialGeometry()
getBind()
public final Bind[] getBind()
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
Returns: Bind[]
setBind(Bind[] value)
public final void setBind(Bind[] value)
Gets or sets the bind. The bind element binds values to effect parameters upon instantiation.
getBindVertexInput()
public final BindVertexInput[] getBindVertexInput()
Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
Returns: BindVertexInput[]
setBindVertexInput(BindVertexInput[] value)
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.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.
getSymbol()
public final String getSymbol()
Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.
Returns: String
setSymbol(String value)
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.
getTarget()
public final String getTarget()
Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate.
Returns: String
setTarget(String value)
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.
getSid()
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.
Returns: String
setSid(String value)
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.
getName()
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.