point light
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user