Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialPropertyBlock.GetTexture

Switch to Manual
public function GetTexture(name: string): Texture;
public function GetTexture(nameID: int): Texture;

Parameters

Description

Get a texture from the property block.

Returns null if not found.