Enum ComponentType.AccessMode
The access of the component type
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public enum ComponentType.AccessModeFields
| Name | Description | 
|---|---|
| Exclude | Excludes the component type when used in a query | 
| ReadOnly | Access to only read the component type | 
| ReadWrite | Access to read and write to the component type |