public class FxCommonColorOrTextureTexture extends ColladaElement
The FX common color or texture texture.
Constructor and Description |
---|
FxCommonColorOrTextureTexture() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getTexture()
Gets or sets the texture.
|
String |
getTextureCoordinate()
Gets or sets the texture coordinate.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setTexture(String value)
Gets or sets the texture.
|
void |
setTextureCoordinate(String value)
Gets or sets the texture coordinate.
|
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getTexture()
Gets or sets the texture.
public final void setTexture(String value)
Gets or sets the texture.
public final String getTextureCoordinate()
Gets or sets the texture coordinate.
public final void setTextureCoordinate(String value)
Gets or sets the texture coordinate.