Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsShaderPropertyNonModifiableTexureProperty(Shader, int)

Is the shader propery at index propertyIdx of Shader s a NonModifiableTextureProperty?
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. Use Shader.GetPropertyFlags and test against ShaderPropertyFlags.NonModifiableTextureData instead.
public static bool IsShaderPropertyNonModifiableTexureProperty(Shader s, int propertyIdx)

Parameters

The shader to check against.

propertyIdx

The property index to use.

Returns

Type

Description

bool