logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ISpawnPoint

    Domain intention for a spawn point in a stage. Represents a named location where characters or objects can be spawned. Unity implementations derive pose from a Transform.

    Namespace: Serenity.Stage.Domain.Interfaces
    Assembly: Serenity.Stage.Domain.dll
    Syntax
    public interface ISpawnPoint

    Properties

    Id

    Unique identifier for this spawn point.

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

    Pose

    World-space pose (position + rotation) of this spawn point.

    Declaration
    SpawnPose Pose { get; }
    Property Value
    Type Description
    SpawnPose
    In this article
    © 2026 Serenity. All Rights Reserved