public class InstanceMaterialRendering extends ColladaElement
The instance material rendering. Instantiates a COLLADA material resource for a screen effect.
Constructor and Description |
---|
InstanceMaterialRendering() |
Modifier and Type | Method and Description |
---|---|
Bind[] |
getBind()
Gets or sets the bind.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
TechniqueOverride |
getTechniqueOverride()
Gets or sets the technique override.
|
String |
getUrl()
Gets or sets the url.
|
void |
setBind(Bind[] value)
Gets or sets the bind.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setTechniqueOverride(TechniqueOverride value)
Gets or sets the technique override.
|
void |
setUrl(String value)
Gets or sets the url.
|
public final TechniqueOverride getTechniqueOverride()
Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.
public final void setTechniqueOverride(TechniqueOverride value)
Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.
public final Bind[] getBind()
Gets or sets the bind. Binds values to effect parameters upon instantiation.
public final void setBind(Bind[] value)
Gets or sets the bind. Binds values 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 getUrl()
Gets or sets the url.
public final void setUrl(String value)
Gets or sets the url.