MeshingQuerySettings
NameSpace: Meshing
The mesh generation settings
Public Methods
MeshingQuerySettings DefaultSettings
public static MeshingQuerySettings DefaultSettings()
Public Attributes
appliedDisconnectedComponentArea
public float appliedDisconnectedComponentArea;
fillHoleLength
public float fillHoleLength;
meshDetectorFlags
public MeshDetectorFlags meshDetectorFlags;
Type | Description |
---|---|
MeshDetectorFlags | The flags to represent the generated mesh's properties |
useIonAllocator
Whether to use the ion allocator on the device to store the mesh data.
public bool useIonAllocator;