ConvexHullDecompositionParameters Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
ConvexHullDecompositionParameters
Derived from ConvexHullDecompositionParameters:
[ContentSerializer(typeof(DataContentSerializer<ConvexHullDecompositionParameters>))]
[DataContract("DecompositionParameters")]
[Display("DecompositionParameters", null)]
public class ConvexHullDecompositionParameters
|
Improve this Doc
View Source
Properties
Alpha
[DataMember(110)]
public float Alpha { get; set; }
Property Value
Type |
Description |
System.Single |
|
AngleRefine
[DataMember(100)]
public int AngleRefine { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AngleSampling
[DataMember(80)]
public int AngleSampling { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Depth
[DataMember(60)]
public int Depth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Enabled
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PosRefine
[DataMember(90)]
public int PosRefine { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PosSampling
[DataMember(70)]
public int PosSampling { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Threshold
[DataMember(120)]
public float Threshold { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Methods
Match(Object)
public bool Match(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods