IAlphaModulateEffectiveData

IAlphaModulateEffectiveData 接口

不可变对象,表示 Alpha Modulate 效果。效果的 alpha(不透明度)值将乘以固定的百分比。效果容器指定包含要调制的 alpha 值的效果。

public interface IAlphaModulateEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基础 IEffectEffectiveData 接口。只读 IEffectEffectiveData

另见