Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ArrayUtility.IndexOf

Declaration

public static int IndexOf(T[] array, T value);

Returns

int The zero-based index of the element, if found; otherwise -1.

Description

Index of first element with value value.