pub struct ComponentBuilder { /* private fields */ }
Expand description

The ComponentBuilder is used to build a set of string key based components.

Implementations

Creates an new builder with default values.

Adds a component of type C to the entity.

Adds an entity as source for a shared component of type C.

Adds an entity as source for a shared component of type C.

Finishing the creation of the entity.

Trait Implementations

Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.