logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct SequencePlayerWizardPresets.DefinitionPreset

    One authored definition within a preset.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.SequencePlayer.Infrastructure.Editor.Builder
    Assembly: Serenity.UnitySequencePlayer.Infrastructure.Editor.dll
    Syntax
    public readonly struct SequencePlayerWizardPresets.DefinitionPreset

    Constructors

    DefinitionPreset(string, StageRowPreset[])

    Declaration
    public DefinitionPreset(string id, SequencePlayerWizardPresets.StageRowPreset[] stages)
    Parameters
    Type Name Description
    string id
    StageRowPreset[] stages

    Fields

    Id

    Declaration
    public readonly string Id
    Field Value
    Type Description
    string

    Stages

    Declaration
    public readonly SequencePlayerWizardPresets.StageRowPreset[] Stages
    Field Value
    Type Description
    StageRowPreset[]
    In this article
    © 2026 Serenity. All Rights Reserved