Struct amethyst_controls::ArcBallControlTag[][src]

pub struct ArcBallControlTag {
    pub target: Entity,
    pub distance: f32,
}

To add an arc ball behaviour, add this to a camera which already has the FlyControlTag added.

Fields

Trait Implementations

impl Debug for ArcBallControlTag
[src]

Formats the value using the given formatter. Read more

impl Clone for ArcBallControlTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Component for ArcBallControlTag
[src]

Associated storage type for this component.

Auto Trait Implementations