[−][src]Type Definition amethyst_inspector::TextureList
type TextureList = HashMap<String, TextureHandle>;
Add this as a resource and insert your handles into it to get a dropdown for TextureHandle selection
type TextureList = HashMap<String, TextureHandle>;
Add this as a resource and insert your handles into it to get a dropdown for TextureHandle selection