PresetShadowEffectiveData

PresetShadowEffectiveData class

Immutable object which represents a preset shadow effect.

public class PresetShadowEffectiveData : 
    EffectEffectiveData<PresetShadow, PresetShadowEffectiveData>, IPresetShadowEffectiveData

Public Members

NameDescription
Direction { get; }Direction of shadow. Read-only Single.
Distance { get; }Distance of shadow. Read-only Double.
Preset { get; }Preset. Read-only PresetShadowType.
ShadowColor { get; }Color of shadow. Read-only Color.

See Also