bevy_magic_fx::animated_material

Type Alias AnimatedMaterialBundle

Source
pub type AnimatedMaterialBundle = MaterialMeshBundle<AnimatedMaterial>;

Aliased Typeยง

struct AnimatedMaterialBundle {
    pub mesh: Mesh3d,
    pub material: MeshMaterial3d<ExtendedMaterial<StandardMaterial, AnimatedMaterialBase>>,
    pub transform: Transform,
    pub global_transform: GlobalTransform,
    pub visibility: Visibility,
    pub inherited_visibility: InheritedVisibility,
    pub view_visibility: ViewVisibility,
}

Fieldsยง

ยงmesh: Mesh3d
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.
ยงmaterial: MeshMaterial3d<ExtendedMaterial<StandardMaterial, AnimatedMaterialBase>>
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.
ยงtransform: Transform
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.
ยงglobal_transform: GlobalTransform
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.
ยงvisibility: Visibility
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.

User indication of whether an entity is visible

ยงinherited_visibility: InheritedVisibility
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.

Inherited visibility of an entity.

ยงview_visibility: ViewVisibility
๐Ÿ‘ŽDeprecated since 0.15.0: Use the Mesh3d and MeshMaterial3d components instead. Inserting them will now also insert the other components required by them automatically.

Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering