來源的圖層 。
是否顯示圖素。
取得圖素參數。
圖素參數。
取得圖素類型。
圖素類型。
設定滑鼠左鍵點擊事件,設成null可取消。
滑鼠左鍵按一下實體時要執行的函式。
let metaData = "meta"
entity.setOnClickListener((pos, attr, SN, name) => {
console.log(metaData);
});
更新圖素。
修改的參數,可部份更新。
const param = {
ImageType: ov.PROJECTOR_IMAGE.NORMAL,
SrcType: ov.PROJECTOR_SRC.VIDEO,
VideoPath: "test.mp4",
Pos: new GeoPoint(120.68, 24.12, 74.36),
V: new Geo3DPoint(0.16, 0.94, -0.29),
Up: new Geo3DPoint(0.05, 0.29, 0.95),
ShowFovLine: true,
FovLineColor: new ov.Color("#FF0000"),
ImgW: 512,
ImgH: 512,
CenterX: 0.5,
CenterY: 0.5,
};
const projector = customLayer.addProjectorEntity(param);
projector.update({ FovLineColor: new ov.Color("#00FF00") });
使用指令參數更新圖素。
指令參數。
Generated using TypeDoc
自畫Projector攝影機圖素