C# 클래스 UnityContrib.UnityEditor.ShaderUtilEx

Provides a set of helper methods for working with the T:UnityEngine.Shader class.
파일 보기 프로젝트 열기: UnityContrib/framework

공개 메소드들

메소드 설명
HasTangentChannel ( this shader ) : bool

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

메소드 상세

HasTangentChannel() 공개 정적인 메소드

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