interface PlaceablesLayerOptions {
    controllableObjects: boolean;
    rotatableObjects: boolean;
    confirmDeleteKey: boolean;
    objectClass: PlaceableObject;
    quadtree: boolean;
}

Properties

controllableObjects: boolean

Can placeable objects in this layer be controlled?

rotatableObjects: boolean

Can placeable objects in this layer be rotated?

confirmDeleteKey: boolean

Confirm placeable object deletion with a dialog?

objectClass: PlaceableObject

The class used to represent an object on this layer.

quadtree: boolean

Does this layer use a quadtree to track object positions?