Kuesa Runtime

SkeletonCollection Class

class Kuesa::SkeletonCollection

A collection of assets of type Qt3DCore::QAbstractSkeleton. More...

Header: #include <Kuesa/SkeletonCollection>
Since: Kuesa 1.0
Inherits: Kuesa::AbstractAssetCollection

This class was introduced in Kuesa 1.0.

Public Functions

Qt3DCore::QSkeletonLoader *add(const QString &name, const QUrl &source)

Detailed Description

Kuesa::SkeletonCollection manages a set of Qt3DCore::QAbstractSkeleton assets.

Member Function Documentation

Qt3DCore::QSkeletonLoader *SkeletonCollection::add(const QString &name, const QUrl &source)

Utility method to create an instance of Qt3DCore::QSkeletonLoader for the source and register it in the collection with the name.

The generated instance is parented with the collection and returned to the caller.