AttachmentSetting

new Cesium.AttachmentSetting()

layer对象的附加设置
Example:
tilelayer.attachmentSetting.attachmentTextureUrl = 'images/arrow.png';
tilelayer.attachmentSetting.texCoordRepeat = new Cesium.Cartesian2(1.0, 5.0);
tilelayer.attachmentSetting.mixFactor =0.5;

Members

attachmentTextureUrl : String

附加纹理路径
附加设置是否启用
与原始图层颜色混合系数,默认值为0.5,其值越大占有颜色权重越大
附加纹理在uv方向上的重复次数,默认为Cartesian2(1.0, 1.0)
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.