Class ScreenFlashEffectAuthoring
Inheritance
ScreenFlashEffectAuthoring
Assembly: Serenity.UnityFeedback.Infrastructure.dll
Syntax
public sealed class ScreenFlashEffectAuthoring : FeedbackEffectAuthoring
Constructors
ScreenFlashEffectAuthoring()
Declaration
public ScreenFlashEffectAuthoring()
Fields
AlphaOverTime
Declaration
public AnimationCurve AlphaOverTime
Field Value
| Type |
Description |
| AnimationCurve |
|
Color
Declaration
Field Value
DurationSeconds
Declaration
public float DurationSeconds
Field Value
PeakAlpha
Declaration
Field Value
Properties
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
| Type |
Description |
| string |
Human-readable label for the inspector.
|
Overrides
Methods
ToEffect()
Converts this authoring block into its engine-agnostic effect.
Declaration
public override IFeedbackEffect ToEffect()
Returns
Overrides