public static class Model.Texture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Texture(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
cArrayUnwrap(Model.Texture[] arrayWrapper) |
static Model.Texture[] |
cArrayWrap(long[] cArray,
boolean cMemoryOwn) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Model.Texture obj) |
int |
getKey()
Texture identifier.
|
java.lang.String |
getLabel()
Texture label.
|
MetaData |
getMeta()
Texture meta data.
|
Model.TextureType |
getTextureType()
Texture type.
|
void |
setLabel(java.lang.String label)
Texture label.
|
void |
setMeta(MetaData meta)
Texture meta data.
|
public static long getCPtr(Model.Texture obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static long[] cArrayUnwrap(Model.Texture[] arrayWrapper)
public static Model.Texture[] cArrayWrap(long[] cArray, boolean cMemoryOwn)
public int getKey()
public Model.TextureType getTextureType()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public void setMeta(MetaData meta)
public MetaData getMeta()