docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithAnyChunkComponentRW

    WithAnyChunkComponentRW<T>()

    Add an optional Chunk Component type to the query.

    Declaration
    public SystemAPIQueryBuilder WithAnyChunkComponentRW<T>()
    Returns
    Type Description
    SystemAPIQueryBuilder

    The builder object that invoked this method.

    Type Parameters
    Name Description
    T

    Component type to use as an optional, read-write Chunk Component

    Remarks

    To match the resulting query, an Entity must have at least one of the query's optional component types, specified using either WithAny<T1>() or WithAnyChunkComponent<T>(). Chunk components are a distinct component type, which are different from adding the same type as a standard component.

    Compare this to Unity.Entities.SystemAPIEntityQueryBuilder.WithAllChunkComponent``1

    To add additional optional Chunk Components, call this method multiple times.

    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)