Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTexture

Get a texture from the property block.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

GetTexture(string)

Get a texture from the property block.
public Texture GetTexture(string name)

Parameters

name

The name of the property.

Returns

Type

Description

Texture

Remarks

Returns null if not found.

GetTexture(int)

Get a texture from the property block.
public Texture GetTexture(int nameID)

Parameters

nameID

The name ID of the property retrieved by Shader.PropertyToID.

Returns

Type

Description

Texture

Remarks

Returns null if not found.