-
-
Notifications
You must be signed in to change notification settings - Fork 87
Transform.Translate does nothing #175
Copy link
Copy link
Closed
Labels
Description
I'm using Core 3.1 Preview
The following code does nothing
Transform tf = new Transform(); tf.Translate(100, 100);
I expect the transform matrix to change when I translate it. This could be a core bug, but I'm not sure with Translate calling into native code.
For what it's worth, Scale and Rotate also do nothing. I just don't have a good test case for it.
Reactions are currently unavailable

