Click or drag to resize

Physics2DTestMotionResultGetCollider Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Physics2DTestMotionResult.GetCollider"]

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Physics2DTestMotionResult.GetCollider"]

See Also