Skip to content

applyProps

js
const cube = new Cube()
applyProps(cube, {
  position: [1, 1, 1],
})