PuzzleMeasurement, add Realm, door ExitedFrom event

This commit is contained in:
2022-12-05 18:11:00 +01:00
parent 5449283e5d
commit b776e6744e
34 changed files with 344 additions and 63 deletions

View File

@@ -16,6 +16,10 @@ namespace EscapeRoomEngine.Portal.Runtime
/// Whether this portal driver has a clone mirroring it at other portals. Disable this for the player.
/// </summary>
public bool hasClone = true;
/// <summary>
/// Whether this portal driver is the player. Used by portals to tell when the player has passed to another space.
/// </summary>
public bool player;
/// <summary>
/// The side of the portal this became tracked on.