Module bevy_datasize::systems[][src]

Expand description

Systems used by this library.

Functions

A helper function to update MemoryStats using a closure.

This system updates the MemoryStats for the given asset type T using the given DataSizeEstimator type.

This system updates the MemoryStats for the given component type T using the given DataSizeEstimator type.

This system updates the MemoryStats for the given render asset type T using the given DataSizeEstimator.

This system updates the MemoryStats for the given resource type T using the given DataSizeEstimator type.