AnchoredPosition3DTweenProperty.resetWithNewEndValue C# (CSharp) Method

resetWithNewEndValue() public method

public resetWithNewEndValue ( Vector3 endValue ) : void
endValue Vector3
return void
    public void resetWithNewEndValue( Vector3 endValue )
    {
        _originalEndValue = endValue;
        prepareForUse();
    }