logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SpawnEntryPropertyDrawerUtils

    Shared helpers for resolving spawn point ids and detecting the missing-stage warning state, used by both GetPropertyHeight(SerializedProperty, GUIContent) and OnGUI(Rect, SerializedProperty, GUIContent).

    Inheritance
    object
    SpawnEntryPropertyDrawerUtils
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Wave.Editor
    Assembly: Serenity.UnityWave.Editor.dll
    Syntax
    public static class SpawnEntryPropertyDrawerUtils

    Methods

    IsActorValid(SerializedProperty)

    Declaration
    public static bool IsActorValid(SerializedProperty actorProperty)
    Parameters
    Type Name Description
    SerializedProperty actorProperty
    Returns
    Type Description
    bool

    NeedsActorWarningBox(SerializedProperty)

    Declaration
    public static bool NeedsActorWarningBox(SerializedProperty actorProperty)
    Parameters
    Type Name Description
    SerializedProperty actorProperty
    Returns
    Type Description
    bool

    NeedsWarningBox(SerializedProperty)

    Declaration
    public static bool NeedsWarningBox(SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    bool

    ResolveIds(SerializedProperty)

    Declaration
    public static string[] ResolveIds(SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property
    Returns
    Type Description
    string[]
    In this article
    © 2026 Serenity. All Rights Reserved