Files
Aug2021-Cpp2IL-Dump/UnityEngine.CoreModule/Unity/Collections/LowLevel/Unsafe/NativeContainerNeedsThreadIndexAttribute.cs
T
2026-04-10 22:50:51 +02:00

17 lines
393 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Scripting;
namespace Unity.Collections.LowLevel.Unsafe
{
// Token: 0x02000030 RID: 48
[Token(Token = "0x2000030")]
[RequiredByNativeCode]
[Obsolete]
[Obsolete("Use NativeSetThreadIndexAttribute instead")]
[AttributeUsage(AttributeTargets.Struct)]
public sealed class NativeContainerNeedsThreadIndexAttribute : Attribute
{
}
}