Struct amethyst_controls::FlyControlTag[][src]

pub struct FlyControlTag;

Add this to a camera if you want it to be a fly camera. You need to add the FlyControlBundle or the required systems for it to work.

Trait Implementations

impl Default for FlyControlTag
[src]

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

impl Component for FlyControlTag
[src]

Associated storage type for this component.

Auto Trait Implementations