FC3Editor.Nomad.Navmesh.Show C# (CSharp) Method

Show() public static method

public static Show ( Navmesh layer ) : void
layer Navmesh
return void
        public static void Show(Navmesh.Layer layer)
        {
            //TODO: Fix
            //Binding.FCE_Navmesh_SetDisplay((int)(layer + Navmesh.Layer.Vehicle));
        }