Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSecondaryTextureName(int)

Get the shader property name of the secondary texture at the specifed index.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public string GetSecondaryTextureName(int index)

Parameters

index

The index of the secondary texture.

Returns

Type

Description

stringThe shader property name of the secondary texture at the index.