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