Class in ChivalrousGames.DungeonMaster / Inherits from BaseSpawnPoint
Description
Base class to represent a location in a Room responsible to spawn a Connector.Properties
Locked | bool | FULL version only Gets or sets a value indicating whether the selected Connector is locked. This value changes the display behavior of the connector on the map. |
Direction | Direction | ReadOnly Gets the default direction of this connector point. |
RealDirection | Direction | ReadOnly Gets the real direction. ie: the direction this connector point is actually pointing after room rotation is applied. |
Methods
SpawnInstantiate
public override void SpawnInstantiate();