API Referencebezel
BoxCollider
Box collision shape specified by its three-dimensional size.
Module: bezel
Box collision shape specified by its three-dimensional size.
Declaration
export type BoxCollider = {
size: Size3d;
};Properties
size
size: Size3d;