Component3D.getDimensions() method

Returns the dimensions of this component

Signature:

getDimensions(target?: Vector3): Vector3;

Parameters

Parameter

Type

Description

target

Vector3

(Optional) The target to set the dimensions to, if not provided a new Vector3 will be returned

**Returns:**

Vector3