Home
last modified time | relevance | path

Searched refs:IDotfieldSystem (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeDotfield/api/dotfield/ecs/systems/
H A Ddotfield_system.h23 class IDotfieldSystem : public CORE_NS::ISystem { class
28 IDotfieldSystem() = default;
29 virtual ~IDotfieldSystem() = default;
30 IDotfieldSystem(const IDotfieldSystem&) = delete;
31 IDotfieldSystem(const IDotfieldSystem&&) = delete;
32 IDotfieldSystem& operator=(const IDotfieldSystem&) = delete;
35 inline constexpr const char* GetName(const IDotfieldSystem*) in GetName() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/
H A Dcomponent_dll.cpp149 IDotfieldSystem::UID,
150 GetName<IDotfieldSystem>().data(),
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H A Ddotfield_system.cpp56 class DotfieldSystem final : public IDotfieldSystem, private IEcs::ComponentListener {

Completed in 2 milliseconds