Type alias TileObject

TileObject: THREE.Object3D & {
    displacement?: THREE.Vector3;
}

Type declaration

  • Optional displacement?: THREE.Vector3

    Distance of this object from the Tile's center.

Generated using TypeDoc