List.LastIndexOf

Search the index where the element is stored from the end.

List.LastIndexOf

Properties

Property Name Description
Element Type Element type
Input List input slot
Element Element
Output Resulting output slot. Returns -1 if no index was found.

Remarks

In an AOT environment such as IL2CPP, List<specified type> may not work properly unless it is used in the code.
See Ahead-of-Time (AOT) Restrictions for more information.