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