Click or drag to resize

RayCastSetCastTo Method

Note: This API is now obsolete.

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

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(
	Vector3 localPoint
)

Parameters

localPoint
Type: GodotVector3

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

See Also