Click or drag to resize

ComponentGetComponentByNameWithIndex Method

Finds a child component by name and number in the case when there are several components with the specified name.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Component GetComponentByNameWithIndex(
	string name,
	int nameIndex
)

Parameters

name
Type: SystemString
nameIndex
Type: SystemInt32

Return Value

Type: Component
See Also