LTDescr.setDelayedSound C# (CSharp) Method

setDelayedSound() public method

public setDelayedSound ( ) : LTDescr
return LTDescr
    public LTDescr setDelayedSound()
    {
        this.type = TweenAction.DELAYED_SOUND;
        this.initInternal = ()=>{ this.hasExtraOnCompletes = true; };
        this.easeInternal = this.callback;
        return this;
    }
LTDescr