Constructor
new Entity()
Properties:
Name | Type | Description |
---|---|---|
uri |
string | 마커에 대한 정보를 담고있는 Json Descriptor의 웹 리소스 경로 문자열 |
image |
string | 증강할 마커의 타겟 이미지의 웹 리소스 경로 문자열 |
imageData |
ImageData | 마커이미지를 Canvas를 이용하여 뽑아낸 ImageData 객체 |
size |
EntitySize | 증강할 마커의 실측사이즈 객체 |
isEntity |
boolean | 마커가 Object3D타입인지 Entity타입인지 판단하는 boolean 값 |