C# Class UnityContrib.UnityEditor.ShaderUtilEx

Provides a set of helper methods for working with the T:UnityEngine.Shader class.
显示文件 Open project: UnityContrib/framework

Public Methods

Method Description
HasTangentChannel ( this shader ) : bool

Returns a value indicating if the specified shader has a tangent channel.

Method Details

HasTangentChannel() public static method

Returns a value indicating if the specified shader has a tangent channel.
public static HasTangentChannel ( this shader ) : bool
shader this /// The shader to query. ///
return bool