On this page

Type Alias PlacedBox

type PlacedBox = {
    box: number[];
    occluded: boolean;
    offscreen: boolean;
    placeable: boolean;
}
Index

Properties

box: number[]
occluded: boolean
offscreen: boolean
placeable: boolean
Was this helpful?
SDK JS
Reference
PlacedBox