ILevelPositionedConnector
Interface in ChivalrousGames.DungeonMaster
Description
Interface for level positioned connectors such as LevelConnector and DungeonConnector. A level positioned connector is a connector that follows a particular set of rules to determine where it is spawned in the Level.
Methods
GetConnectorPosition
public ConnectorPosition GetConnectorPosition();
Return
ConnectorPosition | The value of the field “position” |
Description
Returns the ConnectorPosition of this Connector.
GetPeripheryTolerance
public int GetPeripheryTolerance();
Return
int | The value of the field “peripheryTolerance” |
Description
Returns the PeripheryTolerance of this Connector.
GetSeparateFromOthers
public bool GetSeparateFromOthers();
Return
bool | The value of the field “separateFromOthers” |
Description
Returns the SeparateFromOthers of this Connector.
GetSeparationTolerance
public int GetSeparationTolerance();
Return
int | The value of the field “separationTolerance” |
Description
Returns the SeparationTolerance of this Connector.
GetDirection
public Direction GetDirection();
Return
Direction | The value of the field “direction” |
Description
Returns the Direction of this Connector.