Version: 2021.2
언어: 한국어

Pass

class in UnityEditor

매뉴얼로 전환

설명

This class describes a pass of a subshader.

변수

NameThe name of this pass (may be empty).
SourceCodeThe source code for this pass.

Public 함수

CompileVariantCompiles a shader variant for this shader pass and returns its bytecode and resource layout.
FindTagValueSearches for the tag specified by tagName on this SubShader and returns the value of the tag.
HasShaderStageChecks whether this pass includes a shader stage.
PreprocessVariantPreprocesses a shader variant for this shader pass and returns the preprocessed code.