Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Retrieves the child element at a specific index.
Read time 1 minuteLast updated 4 days ago

Definition

this[int]

public VisualElement this[int key] { get; }

Parameters

key

The index of the element.

Returns

Type

Description

VisualElement