Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

BoxOccluder3D

繼承: Occluder3D < Resource < RefCounted < Object

OccluderInstance3D 中的遮擋剔除一起使用的長方體形狀。

說明

BoxOccluder3D 儲存一個長方體形狀,可供引擎的遮擋剔除系統使用。

有關設定遮擋剔除的說明,請參閱 OccluderInstance3D 的文件。

教學

屬性

Vector3

size

Vector3(1, 1, 1)


屬性說明

Vector3 size = Vector3(1, 1, 1) 🔗

以 3D 單位表示的盒子大小。