Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Reads the value at the specified index in the list of StyleSheet objects attached of the element
Read time 1 minuteLast updated 7 days ago

Definition

this[int]

public StyleSheet this[int index] { get; }

Parameters

index

The index of the StyleSheet

Returns

Type

Description

StyleSheet