浏览代码

Document VisualServer.instances_cull_ray

Marc Gilleron 6 年之前
父节点
当前提交
cb5233ee12
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/classes/VisualServer.xml

+ 2 - 0
doc/classes/VisualServer.xml

@@ -1951,6 +1951,8 @@
 			<argument index="2" name="scenario" type="RID">
 			</argument>
 			<description>
+				Returns an array of object IDs intersecting with the provided 3D ray. Only visual 3D nodes are considered, such as [MeshInstance] or [DirectionalLight]. Use [method @GDscript.instance_from_id] to obtain the actual nodes. A scenario RID must be provided, which is available in the [World] you want to query.
+				Warning: this function is primarily intended for editor usage. For in-game use cases, prefer physics collision.
 			</description>
 		</method>
 		<method name="light_directional_set_blend_splits">