Kuesa Runtime

MaterialAsset QML Type

Convenience wrapper to retrieve an asset from the Kuesa::SceneEntity::materialCollection. More...

Detailed Description

 import Kuesa 1.3 as Kuesa

 Kuesa.MaterialAsset {
     name: "materialAssetName"
 }

It is technically equivalent to:

 Kuesa.Asset {
     id: spaceShipGeometryLayer
     collection: sceneEntity.materials
     name: "materialAssetName"
 }