logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct TransformScaleSequenceLayerSO.ScaleStep

    Represents a single step in the scale sequence.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.ProceduralExpression.Infrastructure.ProceduralLayers
    Assembly: Serenity.UnityProceduralExpression.Infrastructure.dll
    Syntax
    public struct TransformScaleSequenceLayerSO.ScaleStep

    Constructors

    ScaleStep(Vector3, float, bool)

    Creates a ScaleStep with specified scale and duration.

    Declaration
    public ScaleStep(Vector3 scale, float duration, bool blend = false)
    Parameters
    Type Name Description
    Vector3 scale
    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

    scale

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