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
ConvexHullDecompositionParameters

Properties

Alpha

[DataMember(110)]
public float Alpha { get; set; }

Property Value

float

AngleRefine

[DataMember(100)]
public int AngleRefine { get; set; }

Property Value

int

AngleSampling

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

Property Value

int

Depth

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

Property Value

int

Enabled

public bool Enabled { get; set; }

Property Value

bool

PosRefine

[DataMember(90)]
public int PosRefine { get; set; }

Property Value

int

PosSampling

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

Property Value

int

Threshold

[DataMember(120)]
public float Threshold { get; set; }

Property Value

float

Methods

Match(object)

public bool Match(object obj)

Parameters

obj object

Returns

bool