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 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static bool IsShaderPropertyNonModifiableTexureProperty(Shader s, int propertyIdx)

Parameters

The shader to check against.

propertyIdx

The property index to use.

Returns

Type

Description

bool