Age | Commit message (Collapse) | Author |
|
Applies for both PathFollow2D and PathFollow3D
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Razoric480 <razoric480@gmail.com>
|
|
The inspector now supports converting degrees to radians automatically when
using the `radians` hint, so all those utility bindings were redundant.
This cleans things up by making these properties with slash properly bound
to `set_param`/`get_param` which the users can call with the relevant enum.
|
|
This is a legacy of Godot 2 days before the inspector had support for groups.
"Properties" with a slash in their name can't be accessed from script unless
using `set()`/`get()` so they were not actual properties as far as script
languages are concerned.
Part of #17558.
|
|
|
|
|
|
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
|
|
Fix Quaternion Tween and add Easing baker to AnimationTrackEditor
|
|
|
|
Replace Array return types with TypedArray (part 1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace meta properties with regular properties in `Control`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use false as default for use_proxies argument
|
|
Clamp Label's `percent_visible` properly between 0 and 1.0
|
|
|
|
Add a method to get TileData from a cell
|
|
|
|
Also applies to RichTextLabel
|
|
Create and expose the method `get_collider_rid` in `RayCast2D` and `Raycast3D`.
This method returns the `RID` of the first object that the ray intersects, or an empty `RID` if no object is intersecting the fay (i.e. `is_colliding` returns `false`).
|
|
|
|
|
|
|
|
Properly encode the normal and tangent vectors with octahedral
compression
|
|
|
|
now be constructed from an index buffer alone
|
|
|
|
|