changed how actor context menus are created.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/// <summary>
|
||||
/// Spot light emits light from the point in a given direction.
|
||||
/// </summary>
|
||||
API_CLASS() class FLAXENGINE_API SpotLight : public LightWithShadow
|
||||
API_CLASS(Attributes = "ActorContextMenu(\"New/Lights/Spot Light\")") class FLAXENGINE_API SpotLight : public LightWithShadow
|
||||
{
|
||||
DECLARE_SCENE_OBJECT(SpotLight);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user