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]
impl Default for FlyControlTagfn default() -> FlyControlTag[src]
fn default() -> FlyControlTagReturns the "default value" for a type. Read more
impl Component for FlyControlTag[src]
impl Component for FlyControlTagtype Storage = NullStorage<FlyControlTag>
Associated storage type for this component.
Auto Trait Implementations
impl Send for FlyControlTag
impl Send for FlyControlTagimpl Sync for FlyControlTag
impl Sync for FlyControlTag