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