Version: 2022.3
言語: 日本語

ShaderData

class in UnityEditor

マニュアルに切り替える

説明

This class describes a shader.

変数

ActiveSubshaderReturns the active subshader or null if none is currently active.
ActiveSubshaderIndexReturns the index of the active subshader or -1 if none is currently active.
SerializedSubshaderCountThe number of serialized subshaders used by this shader.
SourceShaderThe shader attached to this data set.
SubshaderCountThe number of runtime subshaders used by this shader.

Public 関数

GetSerializedSubshaderObtains the serialized subshader at the given index.
GetSubshaderObtains the runtime subshader at the given index.