FxCommonColorOrTextureTexture
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The FX common color or texture texture.
Constructors
| Constructor | Description |
|---|---|
| FxCommonColorOrTextureTexture() |
Methods
| Method | Description |
|---|---|
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
| getTexture() | Gets or sets the texture. |
| setTexture(String value) | Gets or sets the texture. |
| getTextureCoordinate() | Gets or sets the texture coordinate. |
| setTextureCoordinate(String value) | Gets or sets the texture coordinate. |
FxCommonColorOrTextureTexture()
public FxCommonColorOrTextureTexture()
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.
getTexture()
public final String getTexture()
Gets or sets the texture.
Returns: String
setTexture(String value)
public final void setTexture(String value)
Gets or sets the texture.
getTextureCoordinate()
public final String getTextureCoordinate()
Gets or sets the texture coordinate.
Returns: String
setTextureCoordinate(String value)
public final void setTextureCoordinate(String value)
Gets or sets the texture coordinate.