Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

Make Il2CppEagerStaticClassConstructionAttribute internal. #214

Closed unpacklo closed 2 years ago

unpacklo commented 2 years ago

Having this attribute public made it possible to conflict with definitions made elsewhere. Hiding it as internal will avoid the possibility of our definition conflicting with another.