Texture3D¶
继承¶
TextureLayered
简要描述¶
具有3个维度的纹理。
描述¶
Texture3D是具有宽度,高度和深度的3维纹理。
成员¶
| 类型 | 属性名 | 默认值 |
|---|---|---|
| Dictionary | data |
成员说明¶
- Dictionary data
| Default | {"depth": 0,"flags": 4,"format": 37,"height": 0,"layers": [],"width": 0} |
|---|---|
| setter | _set_data(value) |
| getter | _get_data |