Click or drag to resize

RayCast2DGetCastTo Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RayCast2D.GetCastTo"]

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.RayCast2D.GetCastTo"]

See Also