blob: 7a91643d5a3eeb1f87c3b47aaec45c0ff28314cc (
plain) (
tree)
|
|
this document lists all hooks that are available and created by usdx
Usdx.LoadingFinished - called when all plugins are loaded, not breakable
Display.PreDraw - called before a frame is Drawn - not breakable
Display.Draw - called after a frame w/ screen is drawn. you can draw above screen here
ScreenSing.SongLoaded - called after a song is loaded to ScreenSing in OnShow, not breakable
|