OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PropertyBundle.h
Go to the documentation of this file.
1#pragma once
2#include "EntityBase.h"
3class __declspec(dllexport) PropertyBundle
4{
5 virtual void SetProperties(EntityBase * thisObject) = 0;
6 virtual bool UpdatePropertyVisibility(EntityBase * thisObject) = 0;
7};