27 std::span<const BonesData> data;
28 std::vector<std::string> ids;
43 std::span<const CubeMapWithId> data_);
45 std::span<const CubeMapWithId> data;
52 std::span<const MeshVertex> vertices;
53 std::span<const uint32_t> indices;
59 std::span<const std::string> ids;
60 std::span<const SkeletalAnimation> data;
75 std::span<const TextureWithId> data_);
77 std::span<const TextureWithId> data;
84 std::span<const ConvexHull> convexHulls;
85 std::span<const AssetId> ids;
92 std::span<const MeshCollider> colliders;
93 std::span<const AssetId> ids;
UpdateAction
Indicates the type of an asset update event.
Definition: AssetData.h:18
Event data for mesh bones/rig load and unload operations.
Definition: AssetData.h:26
Event data for ConvexHull load and unload operations.
Definition: AssetData.h:83
Event data for cubemap load and unload operations.
Definition: AssetData.h:41
A data/id pair for a loaded CubeMap.
Definition: AssetData.h:34
Event data for MeshCollider load and unload operations.
Definition: AssetData.h:91
Event data for mesh load and unload operations.
Definition: AssetData.h:51
Event data for skeletal animation load and unload operations.
Definition: AssetData.h:58
Event data for texture load and unload operations.
Definition: AssetData.h:73
A data/id pair for a loaded texture.
Definition: AssetData.h:66