LTDescr.setValue3 C# (CSharp) 메소드

setValue3() 공개 메소드

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