综述
入门
教程
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: VisualShaderNode < Resource < Reference < Object
返回两点之间的距离。用于可视化着色器图中。
计算从向量p0表示的点到向量p1的距离。
p0
p1
在着色器语言中被转换成distance(p0, p1)。
distance(p0, p1)