Struct caper::types::RenderItemBuilder [] [src]

pub struct RenderItemBuilder { /* fields omitted */ }

Builder for RenderItem.

Methods

impl RenderItemBuilder
[src]

The vertices representing this items mesh

The material that will be used for rendering the Item

The instances of this item

Whether the item is active/should be rendered

How this item acts in the physics engine

The name of the RenderItem for lookup

Builds a new RenderItem.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for RenderItemBuilder
[src]

Returns the "default value" for a type. Read more

impl Clone for RenderItemBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more