综述
入门
教程
res://
user://
move_and_collide
move_and_slide
move_and_slide_with_snap
import
tool
SCREEN_TEXTURE
DEPTH_TEXTURE
textureSize()
TIME
开发
_set
_get
_get_property_list
scene/
社区
类参考
Inherits: VisualScriptNode < Resource < Reference < Object
条件循环。
当一个条件为true时进行循环。当循环结束时,执行继续从exit序列端口出来。
true
exit
Input Ports:
Sequence: while(cond)
while(cond)
Data (bool): cond
cond
Output Ports:
Sequence: repeat
repeat
Sequence: exit