C#C
C#2y ago
Slazmaz

Passing parameters to overloaded constructor

How would I pass the texture2D variable to be handled in the second constructor. Obviously return does not work but that is what I would do if it is was an overloaded function and not a constructor.
image.png
Was this page helpful?