docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithStructuralChanges

    WithStructuralChanges<TDescription>(TDescription)

    Enables structural changes to occur in the lambda.

    Declaration
    public static TDescription WithStructuralChanges<TDescription>(this TDescription description) where TDescription : ILambdaJobDescription
    Parameters
    Type Name Description
    TDescription description

    The target object

    Returns
    Type Description
    TDescription

    The target object, suitable for chaining multiple methods

    Type Parameters
    Name Description
    TDescription

    Type of target object

    Remarks

    This mode adds additional safety checks and only works without Burst and with .Run. Important: This makes execution very slow.

    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)