Class MeshingSettings
Inheritance
MeshingSettings
Syntax
public static class MeshingSettings
Properties
batchSize
Declaration
public static int batchSize { set; }
Property Value
density
Declaration
public static float density { set; }
Property Value
meshingSettings
Declaration
public static MLMeshingSettings meshingSettings { set; }
Property Value
Methods
AcquireConfidence(MeshId, out Int32)
Declaration
public static IntPtr AcquireConfidence(MeshId meshId, out int count)
Parameters
Type |
Name |
Description |
MeshId |
meshId |
|
Int32 |
count |
|
Returns
ReleaseConfidence(MeshId)
Declaration
public static void ReleaseConfidence(MeshId meshId)
Parameters
Type |
Name |
Description |
MeshId |
meshId |
|
Declaration
public static void SetBounds(Transform transform, Vector3 extents)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Vector3 |
extents |
|
SetBounds(Vector3, Quaternion, Vector3)
Declaration
public static void SetBounds(Vector3 position, Quaternion rotation, Vector3 extents)
Parameters
Type |
Name |
Description |
Vector3 |
position |
|
Quaternion |
rotation |
|
Vector3 |
extents |
|