Merge branch 'master' into 1.5

This commit is contained in:
Wojtek Figat
2022-11-27 12:11:50 +01:00
49 changed files with 262 additions and 130 deletions

View File

@@ -9,7 +9,8 @@
/// <summary>
/// Point light emits light from point in all directions.
/// </summary>
API_CLASS(Attributes="ActorContextMenu(\"New/Lights/Point Light\")") class FLAXENGINE_API PointLight : public LightWithShadow
API_CLASS(Attributes="ActorContextMenu(\"New/Lights/Point Light\"), ActorToolbox(\"Lights\")")
class FLAXENGINE_API PointLight : public LightWithShadow
{
DECLARE_SCENE_OBJECT(PointLight);
private: