diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 03:01:47 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 03:01:47 +0200 |
commit | 92bdeb7eb55432cbba3a379d73e4acce3b5ef93a (patch) | |
tree | 53c54c57240518f8e11ac9da5abc9fde785af33f /doc/classes | |
parent | dbd15243621ec595742b18abc4c26f3cb2e00f3d (diff) |
Unexpose ProxyTexture
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ProxyTexture.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/classes/ProxyTexture.xml b/doc/classes/ProxyTexture.xml deleted file mode 100644 index 778e3f3f69..0000000000 --- a/doc/classes/ProxyTexture.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="ProxyTexture" inherits="Texture2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> - <members> - <member name="base" type="Texture2D" setter="set_base" getter="get_base"> - </member> - </members> -</class> |