Avoid punning enum names in documentation

This commit is contained in:
Haoyu Qiu
2023-11-09 17:16:30 +08:00
parent e5bacbc471
commit cc3984f359
10 changed files with 11 additions and 11 deletions

View File

@@ -119,7 +119,7 @@
<param index="0" name="mode" type="int" enum="XRInterface.EnvironmentBlendMode" />
<description>
Sets the active environment blend mode.
[param mode] is the [enum XRInterface.EnvironmentBlendMode] starting with the next frame.
[param mode] is the environment blend mode starting with the next frame.
[b]Note:[/b] Not all runtimes support all environment blend modes, so it is important to check this at startup. For example:
[codeblock]
func _ready():