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: EngineGlobals

Implementations

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

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.

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.