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.
Assembly: Serenity.UnityStage.Infrastructure.dll
Syntax
public class SpawnPoint : MonoBehaviour, ISpawnPoint
Constructors
SpawnPoint()
Declaration
Properties
Id
Declaration
public SpawnPointId Id { get; }
Property Value
Pose
Declaration
public SpawnPose Pose { get; }
Property Value
Implements