logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class WaveCreator.PreviewResult

    Read-only summary of what a Create(Input) call would do. Never mutates the project.

    Inheritance
    object
    WaveCreator.PreviewResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Wave.Editor.Builder
    Assembly: Serenity.UnityWave.Editor.dll
    Syntax
    public sealed class WaveCreator.PreviewResult

    Constructors

    PreviewResult()

    Declaration
    public PreviewResult()

    Fields

    StageFolderExists

    Declaration
    public bool StageFolderExists
    Field Value
    Type Description
    bool

    StageFolderPath

    Declaration
    public string StageFolderPath
    Field Value
    Type Description
    string

    StagePrefabPath

    Declaration
    public string StagePrefabPath
    Field Value
    Type Description
    string

    WaveSetAssetPath

    Declaration
    public string WaveSetAssetPath
    Field Value
    Type Description
    string

    WaveSetIsNew

    Declaration
    public bool WaveSetIsNew
    Field Value
    Type Description
    bool

    Waves

    Declaration
    public readonly List<WaveCreator.WavePreview> Waves
    Field Value
    Type Description
    List<WaveCreator.WavePreview>
    In this article
    © 2026 Serenity. All Rights Reserved