diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-19 20:42:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 20:42:27 +0300 |
commit | 96ba6e8cf93003a5fcdc307668744d2a03f0aa86 (patch) | |
tree | 42a9b3a82ff1d06fc1bf0085c9465f6f1135ea3b /doc/classes | |
parent | 7895a66cf21348920298c83968d6c5399d8339cf (diff) | |
parent | 92bdeb7eb55432cbba3a379d73e4acce3b5ef93a (diff) |
Merge pull request #64595 from mhilbrunner/ergo-proxy
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> |