logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct ActivationSequenceLayerSO.ActivationStep

    Represents a single step in the activation 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 ActivationSequenceLayerSO.ActivationStep

    Constructors

    ActivationStep(bool, float)

    Creates an ActivationStep with specified active state and duration.

    Declaration
    public ActivationStep(bool active, float duration)
    Parameters
    Type Name Description
    bool active
    float duration

    Fields

    active

    Declaration
    public bool active
    Field Value
    Type Description
    bool

    durationSeconds

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