Convenience wrapper to retrieve an asset from the Kuesa::SceneEntity::layerCollection. More...
import Kuesa 1.3 as Kuesa Kuesa.LayerAsset { name: "layerAssetName" }
It is technically equivalent to:
Kuesa.Asset { collection: sceneEntity.layers name: "layerAssetName" }