Click or drag to resize

RayCast2DSetCastTo Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RayCast2D.SetCastTo(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCastTo is deprecated. Use the CastTo property instead.")]
public void SetCastTo(
	Vector2 localPoint
)

Parameters

localPoint
Type: GodotVector2

[Missing <param name="localPoint"/> documentation for "M:Godot.RayCast2D.SetCastTo(Godot.Vector2)"]

See Also