logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct GraphicColorSequenceLayerSO.ColorStep

    Represents a single step in the tint sequence.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.ProceduralAnimator.Infrastructure.ProceduralLayers
    Assembly: Serenity.UnityProceduralAnimator.Infrastructure.dll
    Syntax
    public struct GraphicColorSequenceLayerSO.ColorStep

    Constructors

    ColorStep(Color, float, bool)

    Creates a ColorStep with the specified tint and duration.

    Declaration
    public ColorStep(Color tint, float duration, bool blend = false)
    Parameters
    Type Name Description
    Color tint
    float duration
    bool blend

    Fields

    blendToNext

    Declaration
    public bool blendToNext
    Field Value
    Type Description
    bool

    durationSeconds

    Declaration
    public float durationSeconds
    Field Value
    Type Description
    float

    tint

    Declaration
    public Color tint
    Field Value
    Type Description
    Color
    In this article
    © 2026 Serenity. All Rights Reserved