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