Search Unity

Feedback INativeList Interface. Implement Add plox if possible

Discussion in 'Entity Component System' started by l33t_P4j33t, Apr 12, 2021.

  1. l33t_P4j33t

    l33t_P4j33t

    Joined:
    Jul 29, 2019
    Posts:
    232
    NativeList<T> implements INativeList
    DynamicBuffer<T> also implements INativeList;
    but it doesn't implement add. I need it for a pretty big physics static function that either takes in a
    NativeList<StatefulCollisionEvent> or DynamicBuffer<StatefulCollisionEvent> and appends events

     

    Attached Files:

    • addd.png
      addd.png
      File size:
      40.8 KB
      Views:
      377