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 |