Expose ShapeCast{2D,3D}::get_collision_result
This commit is contained in:
@ -7,3 +7,10 @@ should instead be used to justify these changes and describe how users should wo
|
||||
Add new entries at the end of the file.
|
||||
|
||||
## Changes between 4.3-stable and 4.4-stable
|
||||
|
||||
GH-95374
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'classes/ShapeCast2D/properties/collision_result': getter changed value in new API, from "_get_collision_result" to &"get_collision_result".
|
||||
Validate extension JSON: Error: Field 'classes/ShapeCast3D/properties/collision_result': getter changed value in new API, from "_get_collision_result" to &"get_collision_result".
|
||||
|
||||
These getters have been renamed to expose them. GDExtension language bindings couldn't have exposed these properties before.
|
||||
|
||||
Reference in New Issue
Block a user