Alexander Baggett
Alexander Baggett
I agree 100%. I was kind of expecting this
Or at least make them do something. Right now it's not clear if they do anything (they may not).
You could try something like these: ` model.GetDescendants().ForEach(projectileModel => { if (projectileModel.depositPercent > 0) { projectileModel.depositPercent *= mult; } });` Or ` model.GetDescendants().ForEach(projectileModel => { if (projectileModel.multiplier > 0) {...
I am a library author. I am trying to build a nuget package for particle effects for projects that use Raylib_cs. I was wanting to bring GPU acceleration to the...
Well frankly I'm a .Net developer, my experience with C/C++ is limited. I could download premade binaries, or eventually figure out how to build it after some time. But I...
Thank you very much @9ParsonsB , can I get a link to the discord?