[][src]Trait liriodendron::task::Task

trait Task {
    fn run(&self, current_subtask: u16);
fn get_nb_subtasks(&self) -> u16; }

Required methods

fn run(&self, current_subtask: u16)

fn get_nb_subtasks(&self) -> u16

Loading content...

Implementors

impl Task for Generation[src]

fn run(&self, current_generation: u16)[src]

Generates one texture called current_generation.png

current_generation is an alphanumeric number

Loading content...