File tree Expand file tree Collapse file tree
NavMeshComponents/Scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public enum ExtrudeMethod
99 Vertical ,
1010 MeshNormal
1111 }
12-
12+
1313 public List < MeshFilter > m_Filters = new List < MeshFilter > ( ) ;
1414 public float m_Radius = 1.5f ;
1515 public float m_Power = 2.0f ;
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public class NavMeshSurface : MonoBehaviour
7070 public bool buildHeightMesh { get { return m_BuildHeightMesh ; } set { m_BuildHeightMesh = value ; } }
7171
7272 // Reference to whole scene navmesh data asset.
73- [ UnityEngine . Serialization . FormerlySerializedAs ( "m_BakedNavMeshData" ) ]
73+ [ UnityEngine . Serialization . FormerlySerializedAs ( "m_BakedNavMeshData" ) ]
7474 [ SerializeField ]
7575 NavMeshData m_NavMeshData ;
7676 public NavMeshData navMeshData { get { return m_NavMeshData ; } set { m_NavMeshData = value ; } }
You can’t perform that action at this time.
0 commit comments