Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSecondaryTexture(int)

Get the secondary texture at the specifed index.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public Texture2D GetSecondaryTexture(int index)

Parameters

index

The index of the secondary texture.

Returns

Type

Description

Texture2DThe secondary texture at the index.