LTDescr.setValue3 C# (CSharp) Method

setValue3() public method

public setValue3 ( ) : LTDescr
return LTDescr
    public LTDescr setValue3()
    {
        this.type = TweenAction.VALUE3;
        this.initInternal = ()=>{};
        this.easeInternal = this.callback;
        return this;
    }
LTDescr