System information Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 Ti (NVIDIA; 32.0.15.5612) - 12th Gen Intel(R) Core(TM) i9-12900KF (24 Threads) Issue description If you open the Create a Plugin dialog via Project Settings -> Plugins -...
-1:1;floatval_y = Math::abs(drag_slave_speed.y); 开发者ID:rrrfffrrr,项目名称:godot,代码行数:67,代码来源:scroll_bar.cpp 示例11: set_val ▲点赞 1▼ }boolScrollBar::is_smooth_scroll_enabled()const{returnsmooth_scroll_enabled; }#if0voidScrollBar::mouse_button(constPoint2& p_pos,int...
performance hit is generally pretty small. For most cases you can expecteguito take up 1-2 ms per frame, buteguistill has a lot of room for optimization (it's not something I've focused on yet). You can also set upeguito only repaint when there is interaction (e.g. mouse movement)...
开发者ID:3miu,项目名称:godot,代码行数:43,代码来源:resource_preloader_editor_plugin.cpp 示例12: switch ▲点赞 1▼ voidSplitContainer::_notification(intp_what) {switch(p_what) {caseNOTIFICATION_SORT_CHILDREN: { _resort(); }break;caseNOTIFICATION_MOUSE_ENTER: { mouse_inside=true; update(); }...
五。按下Home键,退出多任务管理界面,然后会发现刚才 2358 godot吧 colaice2011 godot中的正则应用写这个是因为基础教程中语焉不详, 中文翻译里还有错误. 网上的正则教程也是各种难以理解 所以我一边查资料一边写了这个笔记式的教程 供新人参考, 如果有错误请指出 12811 广东信息科技职业培...吧 龙熊LONG 使用form...
开发者ID:0871087123,项目名称:godot,代码行数:25,代码来源:progress_bar.cpp 示例4: switch ▲点赞 2▼ voidSlider::_notification(intp_what) {switch(p_what) {caseNOTIFICATION_MOUSE_ENTER: { mouse_inside=true; update(); }break;caseNOTIFICATION_MOUSE_EXIT: { ...