VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
containerResource.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2025-2026 Arnis Lektauers
3//
4// Created by Arnis Lektauers 20.12.2025.
5//
6#pragma once
7#include <framework/entity.h>
8
9namespace visutwin::canvas
10{
15 {
16 public:
17 virtual ~ContainerResource() = default;
18
20 };
21}
virtual Entity * instantiateRenderEntity()=0
ECS entity — a GraphNode that hosts components defining its behavior.
Definition entity.h:32