Browse Source

Merge pull request #107087 from shiena/fix/update-camera-server-document

Update CameraServer document for Android
Thaddeus Crews 3 tháng trước cách đây
mục cha
commit
3fbebdf4da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/CameraServer.xml

+ 1 - 1
doc/classes/CameraServer.xml

@@ -6,7 +6,7 @@
 	<description>
 		The [CameraServer] keeps track of different cameras accessible in Godot. These are external cameras such as webcams or the cameras on your phone.
 		It is notably used to provide AR modules with a video feed from the camera.
-		[b]Note:[/b] This class is currently only implemented on Linux, macOS, and iOS. On other platforms no [CameraFeed]s will be available. To get a [CameraFeed] on iOS, the camera plugin from [url=https://github.com/godotengine/godot-ios-plugins]godot-ios-plugins[/url] is required.
+		[b]Note:[/b] This class is currently only implemented on Linux, Android, macOS, and iOS. On other platforms no [CameraFeed]s will be available. To get a [CameraFeed] on iOS, the camera plugin from [url=https://github.com/godotengine/godot-ios-plugins]godot-ios-plugins[/url] is required.
 	</description>
 	<tutorials>
 	</tutorials>