mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
FTI - Add multimesh_instances_reset_physics_interpolation()
This commit is contained in:
parent
4ad11b6af3
commit
1c8ef479b4
9 changed files with 36 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ public:
|
|||
FUNC2(multimesh_set_physics_interpolated, RID, bool)
|
||||
FUNC2(multimesh_set_physics_interpolation_quality, RID, MultimeshPhysicsInterpolationQuality)
|
||||
FUNC2(multimesh_instance_reset_physics_interpolation, RID, int)
|
||||
FUNC1(multimesh_instances_reset_physics_interpolation, RID)
|
||||
|
||||
FUNC2(multimesh_set_visible_instances, RID, int)
|
||||
FUNC1RC(int, multimesh_get_visible_instances, RID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue