public class ExportTexture extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
ExportTexture() |
protected |
ExportTexture(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(ExportTexture obj) |
java.lang.String |
getPath()
Path to output file.
|
boolean |
getSaveAlpha()
Enable alpha channel export.
|
Model.TextureType |
getTextureType()
Texture type.
|
void |
setPath(java.lang.String value)
Path to output file.
|
void |
setSaveAlpha(boolean value)
Enable alpha channel export.
|
void |
setTextureType(Model.TextureType value)
Texture type.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected ExportTexture(long cPtr,
boolean cMemoryOwn)
public ExportTexture()
protected static long getCPtr(ExportTexture obj)
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setSaveAlpha(boolean value)
public boolean getSaveAlpha()
public void setTextureType(Model.TextureType value)
public Model.TextureType getTextureType()