LevelConnectorPointFULL version only
Class in ChivalrousGames.DungeonMaster / Inherits from: BaseConnectorPoint
Description
A location in a Room responsible to spawn a LevelConnector.
Fields
configs | List<LevelConnectorPointConfig> | Each config describes a LevelConnector that can spawn at this LevelConnectorPoint. |
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 | LevelConnectorPointConfig | Gets the selected level connector point config for this LevelConnectorPoint. Unless you know exactly what you are doing, do not set this value. Dungeon generation will handle this. |
TargetRoom | Room | The Room this LevelConnectorPoint connects to. |
Methods
ClearSelectedConfig
public override void ClearSelectedConfig();
Description
Clears the selected config. Makes the LevelConnectorPoint ungenerated. Unless you know exactly what you are doing, do not use this method. Dungeon generation will handle this.