CapsuleShape3D
继承: Shape3D < Resource < RefCounted < Object
用于物理碰撞的 3D 胶囊形状。
描述
3D 胶囊形状,旨在用于物理学。通常用于为 CollisionShape3D 提供形状。
性能:**CapsuleShape3D** 可以快速检查碰撞。比 CylinderShape3D 快,但比 SphereShape3D 和 BoxShape3D 慢。
教程
属性
| ||
|
属性说明
float height = 2.0
胶囊体的高度。
float radius = 0.5
胶囊体的半径。
© 版权所有 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision b1c660f7
.
Built with Sphinx using a theme provided by Read the Docs.