Version: 2021.1
LanguageEnglish
  • C#

PreprocessedVariant

struct in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents the results of preprocessing a variant using ShaderData.Pass.PreprocessVariant.

Properties

MessagesStores errors and warnings produced during preprocessing (Read Only).
PreprocessedCodeStores the preprocessed code for the shader variant (Read Only).
SuccessIndicates whether the variant preprocessing succeeded (Read Only). If it did, this is true. Otherwise, this is false and ShaderData.PreprocessedVariant.Messages contains the errors.