@Myth wrote:
Hello.
I want to make a copy of an object (the object include a Texture2D), I tried using serializing and deserializing , but as the Texture2D class not is serialisable, not work, then I tried using reflection, but as Texture2D have not a empty constructor, not work.
Any idea of how I can solve the problem? Thanks.
Posts: 1
Participants: 1