Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve loop sequence logic #882

Merged
merged 8 commits into from
Jul 9, 2017
Merged

Improve loop sequence logic #882

merged 8 commits into from
Jul 9, 2017

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Jul 9, 2017

No description provided.

public void Loop(float delay = 0)
/// <param name="pause">The time to pause between loop iterations. 0 by default.</param>
/// <param name="numIterations">The amount of loop iterations to perform. A negative value results in looping indefinitely. -1 by default.</param>
public InvokeOnDisposal BeginLoopedSequece(double pause = 0, int numIterations = -1)

This comment was marked as off-topic.

This comment was marked as off-topic.

@Tom94 Tom94 merged commit bc5d537 into ppy:master Jul 9, 2017
@Tom94 Tom94 deleted the loop-sequence branch November 14, 2019 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants