Struct mallumo::NodeBuilder [] [src]

pub struct NodeBuilder {
    pub id: usize,
    pub mesh: Option<usize>,
    pub translation: Vector3<f32>,
    pub rotation: Quaternion<f32>,
    pub scale: Vector3<f32>,
}

Fields

Methods

impl NodeBuilder
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for NodeBuilder
[src]

[src]

Formats the value using the given formatter.

impl Clone for NodeBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NodeBuilder
[src]