mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
16 lines
410 B
XML
16 lines
410 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="OccluderShape" inherits="Resource" version="4.2">
|
|
<brief_description>
|
|
Base class for shapes used for occlusion culling by the [Occluder] node.
|
|
</brief_description>
|
|
<description>
|
|
[Occluder]s can use any primitive shape derived from [OccluderShape].
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|