changed how the actor toolbox is created. Allows fo user to enter their own tabs and actors with an attribute
This commit is contained in:
@@ -14,7 +14,7 @@ class GPUPipelineState;
|
||||
/// <summary>
|
||||
/// Sky actor renders atmosphere around the scene with fog and sky.
|
||||
/// </summary>
|
||||
API_CLASS(Attributes="ActorContextMenu(\"New/Visuals/Sky\")") class FLAXENGINE_API Sky : public Actor, public IAtmosphericFogRenderer, public ISkyRenderer
|
||||
API_CLASS(Attributes="ActorContextMenu(\"New/Visuals/Sky\"), ActorToolbox(\"Visuals\")") class FLAXENGINE_API Sky : public Actor, public IAtmosphericFogRenderer, public ISkyRenderer
|
||||
{
|
||||
DECLARE_SCENE_OBJECT(Sky);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user