Click or drag to resize

CompositeTerrainProviderIndexOf Method

Returns the index of the provided item.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int IndexOf(
	TerrainProvider item
)

Parameters

item
Type: AGI.Foundation.TerrainTerrainProvider
Item that is being indexed

Return Value

Type: Int32
Index of the item

Implements

IListTIndexOf(T)
See Also