StaticBody
PhysicsBody
简要描述
3D物理的静态物体。
3D物理的静态物体。
此外,可以为静态物体设置恒定的线速度或角速度,因此即使它不移动,它也会像移动一样影响其他物体(这对模拟传送带或传送轮很有用)。
成员说明
setter | set_bounce(value) |
---|
getter | get_bounce |
- Vector3 constant_angular_velocity
Default | Vector3( 0, 0, 0 ) |
---|
setter | set_constant_angular_velocity(value) |
getter | get_constant_angular_velocity |
- Vector3 constant_linear_velocity
Default | Vector3( 0, 0, 0 ) |
---|
setter | set_constant_linear_velocity(value) |
getter | get_constant_linear_velocity |
setter | set_friction(value) |
---|
getter | get_friction |
- PhysicsMaterial physics_material_override
setter | set_physics_material_override(value) |
---|
getter | get_physics_material_override |