- _getData
Dictionary _getData()
- _setData
void _setData(Dictionary data)
- create
void create(long width, long height, long depth, long format, long flags)
- getDepth
long getDepth()
- getFlags
long getFlags()
- getFormat
Image.Format getFormat()
- getHeight
long getHeight()
- getLayerData
Ref!Image getLayerData(long layer)
- getWidth
long getWidth()
- opAssign
TextureLayered opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(TextureLayered other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDataPartial
void setDataPartial(Image image, long x_offset, long y_offset, long layer, long mipmap)
- setFlags
void setFlags(long flags)
- setLayerData
void setLayerData(Image image, long layer)