ConvexHullColliderShapeDesc Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
ConvexHullColliderShapeDesc
Derived from ConvexHullColliderShapeDesc:
[ContentSerializer(typeof(DataContentSerializer<ConvexHullColliderShapeDesc>))]
[DataContract("ConvexHullColliderShapeDesc")]
[Display(500, "Convex Hull", null)]
public class ConvexHullColliderShapeDesc : IAssetColliderShapeDesc, IColliderShapeDesc
|
Improve this Doc
View Source
Fields
ConvexHulls
[Display(null, null, Browsable = false)]
[DataMember(10)]
public List<List<List<Vector3>>> ConvexHulls
Field Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.List<System.Collections.Generic.List<Vector3>>> |
|
ConvexHullsIndices
[Display(null, null, Browsable = false)]
[DataMember(20)]
public List<List<List<uint>>> ConvexHullsIndices
Field Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.List<System.Collections.Generic.List<System.UInt32>>> |
|
LocalOffset
[DataMember(31)]
public Vector3 LocalOffset
Field Value
LocalRotation
[DataMember(32)]
public Quaternion LocalRotation
Field Value
Model
[DataMember(30)]
public Model Model
Field Value
Scaling
[DataMember(45)]
public Vector3 Scaling
Field Value
|
Improve this Doc
View Source
Properties
Decomposition
[DataMember(50)]
public ConvexHullDecompositionParameters Decomposition { get; set; }
Property Value
|
Improve this Doc
View Source
Methods
CreateShape()
public ColliderShape CreateShape()
Returns
Match(Object)
public bool Match(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods