This version of Unity is unsupported.

Rigidbody2D.SlideMovement.startPosition

Switch to Manual
public Vector2 startPosition;

Description

The start position to slide the Rigidbody2D from.

This is used when the Rigidbody2D.SlideMovement.useStartPosition is true and overrides using the current Rigidbody2D.position.

Additional resources: Rigidbody2D.SlideMovement.useStartPosition, Rigidbody2D.Slide and SlideResults.