Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId. More...
Inherits Finalizable.
Public Member Functions | |
| List< Sublocation > | getSublocations () |
| int | getActiveSublocationId () |
| void | setActiveSublocationId (int activeSublocationId) |
Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId.
Definition at line 20 of file building.dart.
| int Building.getActiveSublocationId | ( | ) |
Dart code snippet:
| List< Sublocation > Building.getSublocations | ( | ) |
Dart code snippet:
| void Building.setActiveSublocationId | ( | int | activeSublocationId | ) |
Dart code snippet: