# CubeLayer

CubeLayer extends [Layer]

## ICubeLayerProps

ICubeLayerProps extends [ILayerProps], no additional props added for now

# CubeInstance

CubeInstance extends [Instance3D]

## Constructor(options: ICubeOptions)

**options: ICubeOptions**

ICubeOptions extends [IInstance3DOptions]

* size: Size

  (optional) Sets the dimensions of the cube

* color: Color

  (optional) Sets the color of the cube

## Properties

**size: Size**

Dimensions of the cube.

Default value is [1, 1, 1]

**color: Color**

Color of the cube.

Default value is [1, 1, 1, 1]
