☰
Asset
Implementations on Foreign Types
()
Implementors
In bevy::asset
?
Trait
bevy
::
asset
::
Asset
[
−
]
pub trait Asset:
VisitAssetDependencies
+
TypePath
+
Send
+
Sync
+ 'static { }
Implementations on Foreign Types
§
§
impl
Asset
for
()
Implementors
§
§
impl
Asset
for
AnimationClip
§
impl
Asset
for
AudioSource
§
impl
Asset
for
Pitch
§
impl
Asset
for
Gltf
§
impl
Asset
for
GltfMesh
§
impl
Asset
for
GltfNode
§
impl
Asset
for
GltfPrimitive
§
impl
Asset
for
StandardMaterial
§
impl
Asset
for
WireframeMaterial
§
impl
Asset
for
SkinnedMeshInverseBindposes
§
impl
Asset
for
Mesh
§
impl
Asset
for
Shader
§
impl
Asset
for
Image
§
impl
Asset
for
DynamicScene
§
impl
Asset
for
Scene
§
impl
Asset
for
ColorMaterial
§
impl
Asset
for
TextureAtlas
§
impl
Asset
for
Font
§
impl
Asset
for
LoadedFolder
§
impl
Asset
for
LoadedUntypedAsset
§
impl<B, E>
Asset
for
ExtendedMaterial
<B, E>
where B:
Material
, E:
MaterialExtension
,