docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(ArchetypeChunk, ArchetypeChunk)

    Two ArchetypeChunk instances are only equal if they reference the same block of chunk and entity component store memory.

    Declaration
    public static bool operator !=(ArchetypeChunk lhs, ArchetypeChunk rhs)
    Parameters
    Type Name Description
    ArchetypeChunk lhs

    An ArchetypeChunk

    ArchetypeChunk rhs

    Another ArchetypeChunk

    Returns
    Type Description
    bool

    True, if the ArchetypeChunk instances reference different blocks of memory.

    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)