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

Tickable #43

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Tickable #43

merged 3 commits into from
Feb 22, 2024

Conversation

mewlist
Copy link
Owner

@mewlist mewlist commented Feb 21, 2024

#37

Define framework driven loop timing callback.

[Tickable(TickableTiming.FixedUpdate)]
public Tick()
{
}

The first callback is guaranteed to be called after the injection is complete.

Callback timing is defined as below

EarlyUpdate,
FixedUpdate,
PreUpdate,
Update, // default
PreLateUpdate,
PostLateUpdate,

@mewlist mewlist added this to the 0.9.0 milestone Feb 21, 2024
@mewlist mewlist self-assigned this Feb 21, 2024
@mewlist mewlist merged commit 6752e87 into main Feb 22, 2024
@mewlist mewlist deleted the tickable branch February 22, 2024 17:26
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.

1 participant