LTDescr.setValue3 C# (CSharp) Méthode

setValue3() public méthode

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