From 5fe86f6dce2dae0a7303cb67fbf888dc0c8b7c33 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 24 Oct 2022 17:04:14 +0200 Subject: Document the ArrayOccluder3D class --- doc/classes/ArrayOccluder3D.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/classes/ArrayOccluder3D.xml') diff --git a/doc/classes/ArrayOccluder3D.xml b/doc/classes/ArrayOccluder3D.xml index 866427beeb..03c553a83a 100644 --- a/doc/classes/ArrayOccluder3D.xml +++ b/doc/classes/ArrayOccluder3D.xml @@ -15,13 +15,18 @@ + Sets [member indices] and [member vertices], while updating the final occluder only once after both values are set. + The occluder's index position. Indices determine which points from the [member vertices] array should be drawn, and in which order. + [b]Note:[/b] The occluder is always updated after setting this value. If creating occluders procedurally, consider using [method set_arrays] instead to avoid updating the occluder twice when it's created. + The occluder's vertex positions in local 3D coordinates. + [b]Note:[/b] The occluder is always updated after setting this value. If creating occluders procedurally, consider using [method set_arrays] instead to avoid updating the occluder twice when it's created. -- cgit v1.2.3