[This is preliminary documentation and is subject to change.]
Searches for the specified ActorConfig and
returns the zero-based index of the first occurrence within the entire ActorConfigCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ActorConfig value )
Public Function IndexOf ( _ value As ActorConfig _ ) As Integer
public: int IndexOf( ActorConfig^ value )
- value (ActorConfig)
- The ActorConfig to locate in the ActorConfigCollection.
The zero-based index of the first occurrence of value within the entire ActorConfigCollection,
if found; otherwise, -1.