Game Development Reference
In-Depth Information
Creating actions
With a basic action class out of the way, we can start implementing specific action logic
that our agents can use. Each action will consist of three callback functions—initialization,
update, and cleanup—that we'll use when we instantiate our action instances.
Search WWH ::




Custom Search