docs.unity.cn
    Show / Hide Table of Contents

    Method CopyToReadOnly

    CopyToReadOnly()

    API that allows user-code to fetch chunk component data as read-only (to avoid bumping change versions when unnecessary).

    Declaration
    public DynamicComponentTypeHandle CopyToReadOnly()
    Returns
    Type Description
    DynamicComponentTypeHandle

    A RO version of this RW DCTH.

    Remarks

    Note: This API is one-way. Making a RO DCTH RW is invalid due to job safety.

    Exceptions
    Type Condition
    NotImplementedException
    InvalidOperationException

    If the DCTH is already read-only.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023