LTDescr.setCallback C# (CSharp) Méthode

setCallback() public méthode

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