Version: 2022.2

Material.SetPropertyLock

切换到手册
public void SetPropertyLock (string name, bool value);
public void SetPropertyLock (int nameID, bool value);

参数

nameID 属性名称 ID,使用 Shader.PropertyToID 获取。
name 属性名称,例如“_SrcBlend”。
value The desired lock state.

描述

Sets the lock state of a property for this material.

If a property is locked by the material, any Material Variant inheriting from this Material will be unable to change the value of the property. Note that this method is Editor-only.

See Also: Material.GetPropertyLock, Material.IsPropertyLockedByAncestor.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961