From cb5233ee12deeae532e6c99d8c0fd5899b3b37b5 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Wed, 26 Jun 2019 00:12:00 +0100 Subject: Document VisualServer.instances_cull_ray --- doc/classes/VisualServer.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index f9b668b38a..10b96f1d60 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1951,6 +1951,8 @@ + 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. -- cgit v1.2.3