Path3D
包含 PathFollow3D 節點要跟隨的的一條 Curve3D 路徑。
說明
可以讓 PathFollow3D 子節點沿著 Curve3D 移動。有關用法的更多資訊見 PathFollow3D。
注意,該路徑被認為是相對於移動的節點(PathFollow3D 的子節點)。因此,該曲線通常應以零向量 (0, 0, 0) 開始。
屬性
|
訊號
curve_changed() 🔗
當 curve 改變時觸發。
debug_color_changed() 🔗
Emitted when the debug_custom_color changes.
屬性說明
描述路徑的 Curve3D。
Color debug_custom_color = Color(0, 0, 0, 1) 🔗
The custom color to use to draw the shape in the editor.
If set to Color(0.0, 0.0, 0.0) (by default), the color set in EditorSettings is used.