Function tick

Source
pub fn tick(environment: &mut Box<dyn Environment>) -> VoidResult
Expand description

Applies a tick to a passed in environment. This takes both the default environment provided by this library and custom defined environments created by the user.