forked from Shardstone/trail-into-darkness
Added a popup system
This commit is contained in:
13
Packages/com.jovian.popup-system/Runtime/PopupEnums.cs
Normal file
13
Packages/com.jovian.popup-system/Runtime/PopupEnums.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Jovian.PopupSystem {
|
||||
public enum AnchorSide {
|
||||
Below,
|
||||
Above,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
|
||||
public enum PopupPositionMode {
|
||||
AnchorToElement,
|
||||
FollowMouse
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user