Update attributes style to be consistent in engine

This commit is contained in:
Wojtek Figat
2025-04-12 22:09:12 +02:00
parent 74d7dd58c2
commit 59aed828f6
17 changed files with 31 additions and 31 deletions

View File

@@ -14,7 +14,7 @@ class NavMeshRuntime;
/// <summary>
/// The navigation mesh actor that holds a navigation data for a scene.
/// </summary>
API_CLASS(Attributes = "ActorContextMenu(\"New/Navigation/Nav Mesh\")")
API_CLASS(Attributes="ActorContextMenu(\"New/Navigation/Nav Mesh\")")
class FLAXENGINE_API NavMesh : public Actor
{
DECLARE_SCENE_OBJECT(NavMesh);