Convenience wrapper to retrieve an asset from the Kuesa::SceneEntity::materialCollection. More...
import Kuesa 1.3 as Kuesa Kuesa.MaterialAsset { name: "materialAssetName" }
It is technically equivalent to:
Kuesa.Asset { id: spaceShipGeometryLayer collection: sceneEntity.materials name: "materialAssetName" }