Texture3D.xml 635 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Texture3D" inherits="TextureLayered" version="3.4">
  3. <brief_description>
  4. Texture with 3 dimensions.
  5. </brief_description>
  6. <description>
  7. Texture3D is a 3-dimensional texture that has a width, height, and depth.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="data" type="Dictionary" setter="_set_data" getter="_get_data" override="true" default="{&quot;depth&quot;: 0,&quot;flags&quot;: 4,&quot;format&quot;: 37,&quot;height&quot;: 0,&quot;layers&quot;: [ ],&quot;width&quot;: 0}" />
  15. </members>
  16. <constants>
  17. </constants>
  18. </class>