Version: 2022.3
言語: 日本語

ShaderMessage

struct in UnityEditor

マニュアルに切り替える

説明

Contains information about messages generated by Unity's Shader Compiler.

変数

fileThe source file where the shader message was found.
lineThe line of code where the shader message was found.
messageThe message returned by the Unity Shader Compiler.
messageDetailsAn (optional) detailed message returned from the Unity Shader Compiler.
platformThe specific platform where the Unity Shader Compiler discovered the message.
severityIndicates the severity of the message returned from the Unity Shader Compiler.

コンストラクタ

ShaderMessageCreates a new ShaderMessage with the given message and severity.

Public 関数

EqualsCompares two ShaderMessage on an element-by-element basis.
GetHashCodeGenerates a hash value based on the contents of the message.

Operator

operator !=Returns true if any of the elements of the two arguments are not equal.
operator ==Returns true if all memebers of the two arguments are equal.