Tagged Questions
0
votes
1answer
253 views
How to go from Texture2DContent to Texture2D in a content processor?
I'm using reflection to create a manifest of all assets, strongly typed.
It's working fine for my own types: I get the type of the asset, if a processor is ran on it I get the output type. Then I ...