DungeonConnectorPoint
Class in ChivalrousGames.DungeonMaster / Inherits from: BaseConnectorPoint
Description
A location in a Room responsible to spawn a DungeonConnector.
Fields
configs | List<DungeonConnectorPointConfig> | Each config describes a DungeonConnector that can spawn at this DungeonConnectorPoint. |
direction | Direction | The direction from this Connector point toward the target. |
Properties
Direction | Direction | ReadOnly The direction from this Connector point toward the target. |
SelectedConnectorPointConfig | DungeonConnectorPointConfig | Gets the selected dungeon connector point config for this DungeonConnectorPoint. Unless you know exactly what you are doing, do not set this value. Dungeon generation will handle this. |
Methods
ClearSelectedConfig
public override void ClearSelectedConfig();
Description
Clears the selected config. Makes the DungeonConnectorPoint ungenerated. Unless you know exactly what you are doing, do not use this method. Dungeon generation will handle this.