Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPropertyType(Shader, int)

Get the ShaderProperyType of the shader propery at index propertyIdx of Shader s.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static ShaderUtil.ShaderPropertyType GetPropertyType(Shader s, int propertyIdx)

Parameters

The shader to check against.

propertyIdx

The property index to use.

Returns

Type

Description

ShaderPropertyType