Struct amethyst_controls::ControlTagPrefab[][src]

pub struct ControlTagPrefab {
    pub arc_ball: Option<(usize, f32)>,
}

PrefabData for loading control tags on an Entity

Will always load a FlyControlTag

Fields

Place ArcBallControlTag on the Entity

Trait Implementations

impl Default for ControlTagPrefab
[src]

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

impl Clone for ControlTagPrefab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PrefabData<'a> for ControlTagPrefab
[src]

SystemData needed to perform the load

The result type returned by the load operation

Load the data for this prefab onto the given Entity Read more

Trigger asset loading for any sub assets. Read more

Auto Trait Implementations