Struct feo_oop_engine::FeoEngine
source · [−]pub struct FeoEngine {
pub scene: Arc<RwLock<Scene>>,
pub id_system: IDSystem,
pub globals: EngineGlobals,
/* private fields */
}Expand description
The Engine
Fields
scene: Arc<RwLock<Scene>>id_system: IDSystemglobals: EngineGlobalsImplementations
Initialize a FeoEngine if you do nat know the device number of your preferred device input none and you will be prompted to select one. Note the number associated with this device and pass it in as a parameter on the next run through
Auto Trait Implementations
impl !RefUnwindSafe for FeoEngine
impl !UnwindSafe for FeoEngine
Blanket Implementations
Mutably borrows from an owned value. Read more
Builds a pointer to this type from a raw pointer.
Returns true if the size is suitable to store a type like this.
Returns the size of an individual element.