Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IndexOf(void*)

Returns the index of the first occurrence of a specific pointer in the list.
Read time 1 minuteLast updated 13 days ago

Definition

public int IndexOf(void* ptr)

Parameters

The pointer to search for in the list.

Returns

Type

Description

intThe index of the first occurrence of the pointer. Returns -1 if it is not found in the list.