/// <summary> /// Set the partition type used for polygon generation. /// </summary> private void SetPartitionType(NavmeshPartitionType aType) { Runtime.ValidateRefCounted(this); NavigationMesh_SetPartitionType(handle, aType); }
internal static extern void NavigationMesh_SetPartitionType(IntPtr handle, NavmeshPartitionType aType);