C# Class UnityContrib.UnityEditor.ShaderUtilEx

Provides a set of helper methods for working with the T:UnityEngine.Shader class.
Afficher le fichier Open project: UnityContrib/framework

Méthodes publiques

Méthode Description
HasTangentChannel ( this shader ) : bool

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

Method Details

HasTangentChannel() public static méthode

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