TextureLayered¶
Inherits: Resource < Reference < Object
Inherited By: Texture3D, TextureArray
Category: Core
Brief Description¶
Properties¶
| Dictionary | data |
| int | flags |
Methods¶
| void | create ( int width, int height, int depth, Format format, int flags=4 ) |
| int | get_depth ( ) const |
| Format | get_format ( ) const |
| int | get_height ( ) const |
| Image | get_layer_data ( int layer ) const |
| int | get_width ( ) const |
| void | set_data_partial ( Image image, int x_offset, int y_offset, int layer, int mipmap=0 ) |
| void | set_layer_data ( Image image, int layer ) |