docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023