Автор - Fuzikun
ссылка -
От автора:
The yield function is used to mark the point in code to pause and return.
Yield has 2 use-cases.
Add a yield statement to a function to interrupt the code execution and return to the caller function, and resume code execution later
Wait for a signal and then resume code execution without returning from the current function
This Tutorial is an Easy and Beginner Friendly Course for Beginner Who are Trying to Learn Godot.
1 view
354
65
1 month ago 00:36:07 25
Godot 4 - A Complete Guide to Y-SORTING
1 month ago 00:41:21 132
Godot 4 - Your First 3D Platformer Tutorial
1 month ago 00:14:37 23
Godot 4 - CARD GAME Tutorial (part 7) - Create an OPPONENT
1 month ago 00:02:10 619
Automate Level Design with Tiled Automapping & Godot 4.3 C#