mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Avoid punning enum names in documentation
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user