logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ScreenFlashEffectAuthoring

    Full-screen color flash.

    Inheritance
    object
    FeedbackEffectAuthoring
    ScreenFlashEffectAuthoring
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Feedback.Infrastructure.Settings
    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
    public Color Color
    Field Value
    Type Description
    Color

    DurationSeconds

    Declaration
    public float DurationSeconds
    Field Value
    Type Description
    float

    PeakAlpha

    Declaration
    public float PeakAlpha
    Field Value
    Type Description
    float

    Properties

    DisplayName

    Declaration
    public override string DisplayName { get; }
    Property Value
    Type Description
    string

    Human-readable label for the inspector.

    Overrides
    FeedbackEffectAuthoring.DisplayName

    Methods

    ToEffect()

    Converts this authoring block into its engine-agnostic effect.

    Declaration
    public override IFeedbackEffect ToEffect()
    Returns
    Type Description
    IFeedbackEffect
    Overrides
    FeedbackEffectAuthoring.ToEffect()
    In this article
    © 2026 Serenity. All Rights Reserved