docs.unity3d.com
Search Results for

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)