summaryrefslogtreecommitdiff
path: root/doc/classes/Occluder3D.xml
blob: 01f009abdb60b6bfa5c023ebf1b1a61001dd74b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Occluder3D" inherits="Resource" version="4.0">
	<brief_description>
		Occluder shape resource for use with occlusion culling in [OccluderInstance3D].
	</brief_description>
	<description>
		[Occluder3D] stores an occluder shape that can be used by the engine's occlusion culling system.
		See [OccluderInstance3D]'s documentation for instructions on setting up occlusion culling.
	</description>
	<tutorials>
	</tutorials>
	<methods>
		<method name="get_indices" qualifiers="const">
			<return type="PackedInt32Array" />
			<description>
				Returns the occluder shape's vertex indices.
			</description>
		</method>
		<method name="get_vertices" qualifiers="const">
			<return type="PackedVector3Array" />
			<description>
				Returns the occluder shape's vertex positions.
			</description>
		</method>
	</methods>
</class>