AlphaModulateFixedEffectiveData

AlphaModulateFixedEffectiveData class

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

public class AlphaModulateFixedEffectiveData : 
    EffectEffectiveData<AlphaModulateFixed, AlphaModulateFixedEffectiveData>, 
    IAlphaModulateFixedEffectiveData

Public Members

NameDescription
Amount { get; }Returns an amount of effect in percents. Read-only Single.

See Also