Class TypeManager.ForcedMemoryOrderingAttribute
Attribute to force the MemoryOrdering for a component to a specific value.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Struct)]
public class TypeManager.ForcedMemoryOrderingAttribute : Attribute
Constructors
Name | Description |
---|---|
ForcedMemoryOrderingAttribute(ulong) | Force the MemoryOrdering for the component to a specific value. |
Fields
Name | Description |
---|---|
MemoryOrdering | The forced MemoryOrdering value |