summaryrefslogtreecommitdiff
path: root/doc/classes/PlaceholderCubemapArray.xml
diff options
context:
space:
mode:
authorNinni Pipping <over999ships@gmail.com>2023-05-18 19:22:22 +0200
committerYuri Sizov <yuris@humnom.net>2023-05-18 19:22:22 +0200
commit1f7a5f61444734c74d784b17e7785ea72bbf9be2 (patch)
treeb0a55c78c5a42d6c7fbfcc23310baaed176d9e82 /doc/classes/PlaceholderCubemapArray.xml
parentc37259b1812c2c4e01bea8afd13e4206ff14ded0 (diff)
Document limitations of placeholder textures
(cherry picked from commit bd2e3770070821bcc6b3b81d8a0d2ff394a98622)
Diffstat (limited to 'doc/classes/PlaceholderCubemapArray.xml')
-rw-r--r--doc/classes/PlaceholderCubemapArray.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PlaceholderCubemapArray.xml b/doc/classes/PlaceholderCubemapArray.xml
index c7a7e9154c..ff9f172476 100644
--- a/doc/classes/PlaceholderCubemapArray.xml
+++ b/doc/classes/PlaceholderCubemapArray.xml
@@ -7,6 +7,7 @@
This class is used when loading a project that uses a [CubemapArray] subclass in 2 conditions:
- When running the project exported in dedicated server mode, only the texture's dimensions are kept (as they may be relied upon for gameplay purposes or positioning of other elements). This allows reducing the exported PCK's size significantly.
- When this subclass is missing due to using a different engine version or build (e.g. modules disabled).
+ [b]Note:[/b] This is not intended to be used as an actual texture for rendering. It is not guaranteed to work like one in shaders or materials (for example when calculating UV).
</description>
<tutorials>
</tutorials>