logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SpawnPoint

    Prefab-based spawn point. Place on a GameObject inside the stage prefab to define a named location where characters or objects can be spawned. Implements ISpawnPoint to expose Domain-level identity and pose.

    Inheritance
    object
    SpawnPoint
    Implements
    ISpawnPoint
    Namespace: Serenity.Stage.Infrastructure.Authoring
    Assembly: Serenity.UnityStage.Infrastructure.dll
    Syntax
    public class SpawnPoint : MonoBehaviour, ISpawnPoint

    Constructors

    SpawnPoint()

    Declaration
    public SpawnPoint()

    Properties

    Id

    Declaration
    public SpawnPointId Id { get; }
    Property Value
    Type Description
    SpawnPointId

    Pose

    Declaration
    public SpawnPose Pose { get; }
    Property Value
    Type Description
    SpawnPose

    Implements

    ISpawnPoint
    In this article
    © 2026 Serenity. All Rights Reserved