Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


useDelaunay

Get/Set if Delaunay tessellation is to be used. Delaunay tessellation is enabled by default and produces far superior results. When Delaunay tessellation is disabled, curved areas can produce invalid geometry which is rejected therefore increase the PhysicsComposer.rejectedGeometryCount.
Read time 1 minuteLast updated 13 days ago

Definition

public bool useDelaunay { get; set; }