Version: 2022.2
言語: 日本語
public bool IsPropertyOverriden (string name);
public bool IsPropertyOverriden (int nameID);

パラメーター

nameID プロパティー名 ID。Shader.PropertyToID を使って取得します。
name プロパティー名。例えば、"_SrcBlend"。

戻り値

bool Returns true if the property you pass in is overriden by this material. Otherwise, returns false.

説明

Checks whether a property is overriden by this material.

This method is Editor-only.

See Also: Material.ApplyPropertyOverride, Material.RevertPropertyOverride.