point light

This commit is contained in:
Confideo-IOM
2026-07-17 21:06:44 +01:00
parent 2fc305bc4d
commit b7aa111438
48 changed files with 405 additions and 186 deletions
@@ -0,0 +1,21 @@
#ifndef HYDRAPOINTLIGHTACTOR
#define HYDRAPOINTLIGHTACTOR
#include "HydraActor.h"
class CLASS_DEFINE HydraPointLightActor : public HydraActor
{
private:
protected:
public:
virtual void InitialiseComponents() override;
virtual void Destroy() override;
};
#endif /* HYDRAPOINTLIGHTACTOR */