Imagecomponentdata

ImageComponentData interface

Data specification for ImageComponent, see ComponentManager.create() on how to create a component

Signature:

export interface ImageComponentData extends Component3DData 

Extends: Component3DData

Properties

Property

Modifiers

Type

Description

id?

string

(Optional) if not provided, an auto id will be generated

name?

string

(Optional) name for the component. Defaults to ""

opacity?

number

(Optional) Set opacity of the image. Defaults to 1

position?

XYZ

(Optional) Position of the component in the space. Defaults to {x: 0, y: 0, z: 0}

rotation?

XYZ

(Optional) Rotation of the component in the space. Defaults to {x: 0, y: 0, z: 0}

scale?

XYZ

(Optional) Scale of the component in the space. Defaults to {x: 1, y: 1, z: 1}

type

"image"

url

string

url of the image file