docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate VVIIII<T0, T1, T2, T3, T4, T5>

    Delegate type that represents the lambda expression in an Entities.ForEach construction.

    Namespace: Unity.Entities.UniversalDelegates
    Assembly: Unity.Entities.dll
    Syntax
    public delegate void VVIIII<T0, T1, T2, T3, T4, T5>(T0 t0, T1 t1, in T2 t2, in T3 t3, in T4 t4, in T5 t5)
    Parameters
    Type Name Description
    T0 t0
    T1 t1
    T2 t2
    T3 t3
    T4 t4
    T5 t5
    Type Parameters
    Name Description
    T0

    Component, Entity or Aspect type used in the lambda expression

    T1

    Component, Entity or Aspect type used in the lambda expression

    T2

    Component, Entity or Aspect type used in the lambda expression

    T3

    Component, Entity or Aspect type used in the lambda expression

    T4

    Component, Entity or Aspect type used in the lambda expression

    T5

    Component, Entity or Aspect type used in the lambda expression

    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)