Type Alias SingleCollisionBox
type SingleCollisionBox = {
anchorPointX: number;
anchorPointY: number;
x1: number;
x2: number;
y1: number;
y2: number;
}
anchorPointX: number;
anchorPointY: number;
x1: number;
x2: number;
y1: number;
y2: number;
}
Index
Properties
Was this helpful?