Table of Contents

Class ConvexHullDecompositionParameters

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
[ContentSerializer(typeof(DataContentSerializer<ConvexHullDecompositionParameters>))]
[DataContract("DecompositionParameters")]
[Display("DecompositionParameters", null)]
public class ConvexHullDecompositionParameters
Inheritance
object
ConvexHullDecompositionParameters
Extension Methods

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

FillMode

[DataMember(110)]
public VhacdFillMode FillMode { get; set; }

Property Value

VhacdFillMode

MaxConvexHulls

[DataMember(60)]
public int MaxConvexHulls { get; set; }

Property Value

int

MaxNumVerticesPerConvexHull

[DataMember(65)]
public int MaxNumVerticesPerConvexHull { get; set; }

Property Value

int

MaxRecursionDepth

[DataMember(80)]
public int MaxRecursionDepth { get; set; }

Property Value

int

MinimumVolumePercentErrorAllowed

[DataMember(90)]
public double MinimumVolumePercentErrorAllowed { get; set; }

Property Value

double

Resolution

[DataMember(70)]
public int Resolution { get; set; }

Property Value

int

ShrinkWrap

[DataMember(100)]
public bool ShrinkWrap { get; set; }

Property Value

bool

Methods

Match(object)

public bool Match(object obj)

Parameters

obj object

Returns

bool