frostfina
❔ Generic method that takes in a struct and calls the correctly-typed method
It still complains that
cannot convert from 'ref T' to 'ref OpenTK.Mathematics.Matrix4'
. I think I'll go with the overload approach though, somehow it didn't cross my mind. Thank you :)20 replies
Passing a string property to a command via a button CommandParameter in .NET 6
I mean I'm very knew to .NET and I've ever only had school experience, I'm far more experienced in other frameworks like Qt and it's pretty annoying to be stuck on such a simple problem. If I figure out the solution I'll make sure to share it
28 replies
Passing a string property to a command via a button CommandParameter in .NET 6
If I programatically set _searchString to some value, it works the first time, but then it doesn't get the new values. I think it gets a reference to the first string instance, then once it changes it becomes null. I guess I can't bind to a property like this since it gets a new instance
28 replies