Enum GatePosition
Namespace: GlobalEnums
Assembly: HollowKnight.dll
Syntax
public enum GatePosition
Fields
Name | Description |
---|---|
bottom | The transition point is located at the bottom of the level. The player will spawn travelling upwards |
door | The transition point will act as a doorway. The player will spawn leaving the doorway |
left | The transition point is located at the left side of the level. The player will spawn travelling rightwards |
right | The transition point is located at the right side of the level. The player will spawn travelling leftwards |
top | The transition point is located at the top of the level. The player will spawn travelling downwards |
unknown | Don't use this |