EntityZone

open class EntityZone

Constructors

Link copied to clipboard
constructor(propertyId: Int, buildingId: Int, floorId: Int, entityId: Int)
constructor(@NonNull entity: Entity)
constructor(@NonNull engineEntityZone: EntityZone)

Types

Link copied to clipboard
open class EntityZoneGsonTypeAdapter : TypeAdapter<EntityZone>

Properties

Link copied to clipboard
val engineEntityZone: EntityZone

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getBuildingId(): Int
Link copied to clipboard
open fun getEntityId(): Int
Link copied to clipboard
open fun getFloorId(): Int
Link copied to clipboard
open fun getLocation(): MercatorZone
Link copied to clipboard
open fun getMapDataType(): MapDataType
Link copied to clipboard
open fun getPropertyId(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String