Enum ComponentType.AccessMode
The access of the component type
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public enum ComponentType.AccessMode
  Fields
| 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  |