补充3.7版本文档:物理系统API/事件/枚举值、游戏设置事件、物品ID变更、物理使用指南
Some checks failed
Deploy VitePress to AliYun OSS / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy VitePress to AliYun OSS / build-and-deploy (push) Has been cancelled
This commit is contained in:
17
docs/mcdocs/1-ModAPI/枚举值/PxRigidBodyFlag.md
Normal file
17
docs/mcdocs/1-ModAPI/枚举值/PxRigidBodyFlag.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# PxRigidBodyFlag
|
||||
|
||||
class in mod.common.minecraftEnum
|
||||
|
||||
- 描述
|
||||
|
||||
自定义刚体行为枚举
|
||||
|
||||
|
||||
|
||||
```python
|
||||
class PxRigidBodyFlag(object):
|
||||
eKINEMATIC = (1 << 0) # 设置刚体的运动学模式。运动学刚体不受力的影响,使用setKinematicTarget控制移动
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user