MCPcopy Create free account
hub / github.com/Illation/ETEngine / MakeData

Method MakeData

Engine/source/EtFramework/Components/ModelComponent.cpp:80–83  ·  view source on GitHub ↗

------------------------------ ModelComponentDesc::MakeData Create a model component from a descriptor

Source from the content-addressed store, hash-verified

78// Create a model component from a descriptor
79//
80ModelComponent* ModelComponentDesc::MakeData()
81{
82 return new ModelComponent(mesh, material);
83}
84
85
86} // namespace fw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected