diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-11-27 15:56:24 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-11-27 15:56:24 +0100 |
commit | 1636fb8856759495aaeb156517d9a4cd2a33b967 (patch) | |
tree | 61870808c918c04b9a88f697b68945414e60fc68 /doc/classes | |
parent | 43f60c94e8ba1013b6757e8a14741a81a5d1c319 (diff) |
Document the lack of localization remapping support in VideoPlayer
See #43917.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/VideoPlayer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml index 60f0a40159..80f97c3419 100644 --- a/doc/classes/VideoPlayer.xml +++ b/doc/classes/VideoPlayer.xml @@ -6,6 +6,7 @@ <description> Control node for playing video streams using [VideoStream] resources. Supported video formats are [url=https://www.webmproject.org/]WebM[/url] ([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format exposed via a GDNative plugin using [VideoStreamGDNative]. + [b]Note:[/b] Due to a bug, VideoPlayer does not support localization remapping yet. </description> <tutorials> </tutorials> |