@lionelthomas wrote:
I created a variable
public Vector2 virtualRes;
assigned
virtualRes = new Vector2(800, 400);
ran it
variable contains
virtualRes = error CS0103: The name 'DebugDisplayString' does not exist in the current contextHow can this be?
Am I referencing a Monogame assembly that does not support Vector2?
`
Posts: 1
Participants: 1