Struct caper::types::CamStateBuilder [] [src]

pub struct CamStateBuilder { /* fields omitted */ }

Builder for CamState.

Methods

impl CamStateBuilder
[src]

The position of the camera in 3d space

The euler rotation of the camera

Builds a new CamState.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for CamStateBuilder
[src]

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

impl Clone for CamStateBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more