mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
New Code Completion
-=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
be4e40e90a
commit
bcf27feb98
30 changed files with 2245 additions and 929 deletions
|
|
@ -120,6 +120,8 @@ void CollisionPolygonEditor::_wip_close() {
|
|||
|
||||
bool CollisionPolygonEditor::forward_spatial_input_event(Camera* p_camera,const InputEvent& p_event) {
|
||||
|
||||
if (!node)
|
||||
return false;
|
||||
|
||||
Transform gt = node->get_global_transform();
|
||||
float depth = node->get_depth()*0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue