IAlphaModulateFixedEffectiveData

IAlphaModulateFixedEffectiveData interface

Immutable object which represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.

public interface IAlphaModulateFixedEffectiveData : IEffectEffectiveData

Properties

NameDescription
Amount { get; }Returns an amount of effect in percents. Read-only Single.
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.

See Also