Trait octoon::core::event::StateEvent

source ·
pub trait StateEvent {
    fn animate(&self, time: f32);
}

Required Methods

Implementors