getAll

inline fun <Resource : Any> Skin.getAll(): ObjectMap<String, Resource>?

Utility function that makes it easier to access all Skin assets of a certain type.

Return

map of the resources for the Resource type, or null if no resources of that type is in the skin.