Replies: 1 comment
-
This link could help: https://github.com/AvaloniaUI/Avalonia/wiki/Using-private-apis-in-nuget-packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to change this class: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Android/Avalonia.Android/ChoreographerTimer.cs Because i need to implement my own FPS (Frame per seconds) But i have problems with the interface IRenderTimer because is marked as [PrivateApi]
Bellow there are my implementation of this class but i can't compile because the error previously explained
Beta Was this translation helpful? Give feedback.
All reactions