Click or drag to resize

Physics2DTestMotionResultGetColliderVelocity Method

Note: This API is now obsolete.

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

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

Return Value

Type: Vector2

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

See Also