Files
小坤 1d963e8307
Some checks failed
Deploy VitePress to AliYun OSS / build-and-deploy (push) Has been cancelled
补充3.7版本文档:物理系统API/事件/枚举值、游戏设置事件、物品ID变更、物理使用指南
2026-03-02 00:17:03 +08:00

18 lines
281 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PxRigidBodyFlag
class in mod.common.minecraftEnum
- 描述
自定义刚体行为枚举
```python
class PxRigidBodyFlag(object):
eKINEMATIC = (1 << 0) # 设置刚体的运动学模式。运动学刚体不受力的影响使用setKinematicTarget控制移动
```