Click or drag to resize

TouchButtonReturnToDefaultPosition Method (Boolean)

Moves the button to the default position.

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ReturnToDefaultPosition(
	bool instant
)

Parameters

instant
Type: SystemBoolean
Snap to the position immediately, otherwise use movement animation settings.
See Also