Maze / Library /PackageCache /com.unity.mathematics@1.2.6 /Unity.Mathematics /Il2CppEagerStaticClassConstructionAttribute.cs
| using System; | |
| namespace Unity.IL2CPP.CompilerServices | |
| { | |
| /// <summary> | |
| /// This is used to indicate to IL2CPP that the static constructors should be executed eagerly at startup | |
| /// rather than lazily at runtime. | |
| /// </summary> | |
| [] | |
| internal class Il2CppEagerStaticClassConstructionAttribute : Attribute | |
| { | |
| } | |
| } |