We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a feature to capture and save a replayable stream of inputs in a session automatically and efficiently.
This can be accomplished today using IInputListener<T>, SpaceWar sample has a simple save/load proof of concept feature using it for replays
IInputListener<T>
SpaceWar
save
load
See also #22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a feature to capture and save a replayable stream of inputs in a session automatically and efficiently.
This can be accomplished today using
IInputListener<T>
,SpaceWar
sample has a simplesave
/load
proof of concept feature using it for replaysSee also #22
The text was updated successfully, but these errors were encountered: