PBR Factored
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef HYDRASPOTLIGHTACTOR
|
||||
#define HYDRASPOTLIGHTACTOR
|
||||
|
||||
#include "HydraActor.h"
|
||||
|
||||
class CLASS_DEFINE HydraSpotLightActor : public HydraActor
|
||||
{
|
||||
private:
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
virtual void InitialiseComponents() override;
|
||||
virtual void Destroy() override;
|
||||
|
||||
};
|
||||
|
||||
#endif /* HYDRASPOTLIGHTACTOR */
|
||||
Reference in New Issue
Block a user