InstanceMaterialRendering
Inheritance: java.lang.Object, ColladaElement
The instance material rendering. Instantiates a COLLADA material resource for a screen effect.
Constructors
| Constructor | Description |
|---|---|
| InstanceMaterialRendering() |
Methods
| Method | Description |
|---|---|
| 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. |
| 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. |
| getBind() | Gets or sets the bind. Binds values to effect parameters upon instantiation. |
| setBind(Bind[] value) | Gets or sets the bind. Binds values to effect parameters upon instantiation. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
| getUrl() | Gets or sets the url. |
| setUrl(String value) | Gets or sets the url. |
InstanceMaterialRendering()
public InstanceMaterialRendering()
getTechniqueOverride()
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.
Returns: TechniqueOverride
setTechniqueOverride(TechniqueOverride value)
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.
getBind()
public final Bind[] getBind()
Gets or sets the bind. Binds values to effect parameters upon instantiation.
Returns: Bind[]
setBind(Bind[] value)
public final void setBind(Bind[] value)
Gets or sets the bind. Binds values 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.
getUrl()
public final String getUrl()
Gets or sets the url.
Returns: String
setUrl(String value)
public final void setUrl(String value)
Gets or sets the url.