Click or drag to resize

InterpolatedCameraSetTarget Method

Sets the node to move toward and orient with.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetTarget(
	Object target
)

Parameters

target
Type: GodotObject

[Missing <param name="target"/> documentation for "M:Godot.InterpolatedCamera.SetTarget(Godot.Object)"]

See Also