mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Expose PhysicsDirectBodyState.get_contact_impulse
This commit is contained in:
@@ -91,6 +91,15 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_contact_impulse" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="contact_idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Impulse created by the contact. Only implemented for Bullet physics.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_contact_local_normal" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user