Skip to main content

Module fixture

Module fixture 

Source
Expand description

§Fixture Engine

This module provides the core actor-based FixtureEngine responsible for managing fixture instances, tracking DMX channel reservations across universes, and processing asynchronous commands (such as spawning, moving, or updating properties).

Re-exports§

pub use fixture_engine::get_fixture_type;
pub use fixture_engine::move_fixture;
pub use fixture_engine::new_fixture;
pub use fixture_engine::remove_fixture;
pub use fixture_engine::set_property;
pub use fixture_engine::FixtureEngine;

Modules§

fixture_command 🔒
fixture_engine 🔒