Script callbacks
This is a list of every callback available.
Name
Definition
Description
render
void render()
Before the menu is rendered
update
void update()
Resides inside of Unity::OnUpdate
load
void load()
Script load
unload
void unload()
Script unload
Last updated
Was this helpful?