Format more engine code
This commit is contained in:
@@ -11,9 +11,8 @@ class Scene;
|
||||
/// </summary>
|
||||
API_CLASS(Static) class FLAXENGINE_API Navigation
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Navigation);
|
||||
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Navigation);
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
/// Finds the distance from the specified start position to the nearest polygon wall.
|
||||
/// </summary>
|
||||
@@ -74,7 +73,6 @@ public:
|
||||
API_FUNCTION() static bool RayCast(const Vector3& startPosition, const Vector3& endPosition, API_PARAM(Out) NavMeshHit& hitInfo);
|
||||
|
||||
public:
|
||||
|
||||
#if COMPILE_WITH_NAV_MESH_BUILDER
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user