Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetAlphaTexture(Texture)

The Alpha Texture that will be passed to the Shader under the _AlphaTex property.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public void SetAlphaTexture(Texture texture)

Parameters

texture

The Texture to be passed.