Kuesa Runtime

SceneEntity QML Type

Root entity for Kuesa runtime. More...

Since: Kuesa 1.0
Instantiates: SceneEntity

Signals

Detailed Description

SceneEntity provides support for the runtime behaviour of various classes in Kuesa. It's main purpose is to create instances of various asset collections which will be populated if the scene entity is registered with the glTF importer.

The Asset and AnimationPlayer classes will also use the SceneEntity to access the collections and find assets.

See also Kuesa::AnimationPlayer, Asset, and Kuesa::GLTF2Importer.

Signal Documentation

loadingDone()

This signal is emitted when a glTF file is successfully loaded using a GLTFImporter instance which sceneEntity points to this entity.

Note: The corresponding handler is onLoadingDone.