MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SkinnedModel

Method SkinnedModel

Source/Engine/Content/Assets/SkinnedModel.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29REGISTER_BINARY_ASSET_WITH_UPGRADER(SkinnedModel, "FlaxEngine.SkinnedModel", SkinnedModelAssetUpgrader, true);
30
31SkinnedModel::SkinnedModel(const SpawnParams& params, const AssetInfo* info)
32 : ModelBase(params, info, StreamingGroups::Instance()->SkinnedModels())
33{
34}
35
36SkinnedModel::~SkinnedModel()
37{

Callers

nothing calls this directly

Calls 1

InstanceClass · 0.70

Tested by

no test coverage detected