Struct agb::display::object::ObjectControl[][src]

pub struct ObjectControl { /* fields omitted */ }
Expand description

Handles distributing objects and matricies along with operations that effect all objects.

Implementations

Enable objects on the GBA.

Disable objects, objects won’t be rendered.

Get an unused standard object. Panics if more than 128 objects are obtained.

Get an unused affine object. Panics if more than 128 objects are obtained.

Get an unused affine matrix. Panics if more than 32 affine matricies are obtained.

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

Performs the conversion.

Performs the conversion.

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.