Click or drag to resize

InterpolatedCameraSetTargetPath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InterpolatedCamera.SetTargetPath(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTargetPath is deprecated. Use the Target property instead.")]
public void SetTargetPath(
	NodePath targetPath
)

Parameters

targetPath
Type: GodotNodePath

[Missing <param name="targetPath"/> documentation for "M:Godot.InterpolatedCamera.SetTargetPath(Godot.NodePath)"]

See Also