Class: CustomObject
Beta
This class encasulate a Object3D, and made it possible to add flags to it. It might be extended with more flags in the future.
Implements
Constructors
new CustomObject()
new CustomObject(
object
):CustomObject
Beta
Parameters
• object: Object3D
<Object3DEventMap
>
Returns
Defined in
packages/utilities/src/customObject/CustomObject.ts:26
Accessors
isPartOfBoundingBox
Get Signature
get isPartOfBoundingBox():
boolean
Beta
Set or get whether it should be part of the combined bounding box or not. Default is true.
Returns
boolean
Set Signature
set isPartOfBoundingBox(
value
):void
Beta
Get whether it should be part of the combined bounding box or not. Default is true.
Parameters
• value: boolean
Returns
void
Implementation of
ICustomObject
.isPartOfBoundingBox
Defined in
packages/utilities/src/customObject/CustomObject.ts:43