PhysicsDirectBodyState2D: add get_contact_local_velocity_at_position
This commit is contained in:
@ -93,6 +93,7 @@ public:
|
||||
|
||||
EXBIND1RC(Vector2, get_contact_local_position, int)
|
||||
EXBIND1RC(Vector2, get_contact_local_normal, int)
|
||||
EXBIND1RC(Vector2, get_contact_local_velocity_at_position, int)
|
||||
EXBIND1RC(int, get_contact_local_shape, int)
|
||||
EXBIND1RC(RID, get_contact_collider, int)
|
||||
EXBIND1RC(Vector2, get_contact_collider_position, int)
|
||||
|
||||
Reference in New Issue
Block a user