RectangleShape2D

继承: Shape2D < Resource < RefCounted < Object

2D 矩形,旨在用于物理学。

描述

2D 矩形,旨在用于物理学。通常用于为 CollisionShape2D 提供形状。

性能:**RectangleShape2D** 可以快速检测碰撞。比 CapsuleShape2D 快,但比 CircleShape2D 慢。

教程

属性

Vector2

size

Vector2(20, 20)


属性说明

Vector2 size = Vector2(20, 20)

该矩形的宽度和高度。

Previous Next


© 版权所有 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.