summaryrefslogtreecommitdiff
path: root/doc/classes/CubemapArray.xml
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2022-12-20 15:49:11 -0600
committerDavid Snopek <dsnopek@gmail.com>2023-01-23 13:24:54 -0600
commit74458b6e9bed0f28db3374c7406eacbcf4b09b9d (patch)
tree9ce6e2833dbe29a75461f1cf3b171fc7e090bdcf /doc/classes/CubemapArray.xml
parent91713ced81792b10fdc9367b7f355738e5d52777 (diff)
Add "dedicated server" export mode which can strip unneeded visual resources
Diffstat (limited to 'doc/classes/CubemapArray.xml')
-rw-r--r--doc/classes/CubemapArray.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/CubemapArray.xml b/doc/classes/CubemapArray.xml
index 2fd55b66c6..1b410671c1 100644
--- a/doc/classes/CubemapArray.xml
+++ b/doc/classes/CubemapArray.xml
@@ -12,4 +12,12 @@
</description>
<tutorials>
</tutorials>
+ <methods>
+ <method name="create_placeholder" qualifiers="const">
+ <return type="Resource" />
+ <description>
+ Creates a placeholder version of this resource ([PlaceholderCubemapArray]).
+ </description>
+ </method>
+ </methods>
</class>