AnchoredPosition3DTweenProperty.AnchoredPosition3DTweenProperty C# (CSharp) Method

AnchoredPosition3DTweenProperty() public method

public AnchoredPosition3DTweenProperty ( Vector3 endValue, bool isRelative = false ) : System.Collections
endValue Vector3
isRelative bool
return System.Collections
    public AnchoredPosition3DTweenProperty( Vector3 endValue, bool isRelative = false )
        : base(isRelative)
    {
        _originalEndValue = endValue;
    }