[Read-only] Specifies the collision group to which the body belongs, default is 0, the collision rules are as follows:
The type of the rigid body. Supports three types: static, dynamic, and kinematic.
The force to be applied, such as {x: 0.1, y: 0.1}.
The velocity impulse to be applied, such as {x: 0.1, y: 0.1}.
The x-coordinate in pixels.
The y-coordinate in pixels.
The x-coordinate in pixels.
The y-coordinate in pixels.
可选
on可选
on可选
on可选
on可选
on可选
onThe velocity to be set.
En
2D rigidbody, display objects are bound to the physics world through RigidBody to keep the positions of physics and display objects synchronized. Changes in the position of the physics world will be automatically synchronized to the display object, and the displacement and rotation of the display object itself (displacement of the parent object is invalid) will also be automatically synchronized to the physics world. If you want to move the physics world as a whole, you can set Physics2D.I.worldRoot = scene, and then move the scene. You can enable the display of physics auxiliary lines by enabling "Project Settings" - "2D Physics" - "Enable 2D Physics Drawing" in the IDE, or through the code Physics2D.I.enableDebugDraw = true.
Zh
2D刚体,显示对象通过RigidBody和物理世界进行绑定,保持物理和显示对象之间的位置同步。 物理世界的位置变化会自动同步到显示对象,显示对象本身的位移,旋转(父对象位移无效)也会自动同步到物理世界。 如果想整体位移物理世界,可以设置 Physics2D.I.worldRoot = 场景,然后移动场景即可。 可以通过IDE-"项目设置"-"2D物理"-"是否开启2D物理绘制" 开启物理辅助线显示,或者通过代码 Physics2D.I.enableDebugDraw = true。