ColliderShapeAssetDesc Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
ColliderShapeAssetDesc
Derived from ColliderShapeAssetDesc:
[ContentSerializer(typeof(DataContentSerializer<ColliderShapeAssetDesc>))]
[DataContract("ColliderShapeAssetDesc")]
[Display(50, "Asset", null)]
public class ColliderShapeAssetDesc : IInlineColliderShapeDesc, IAssetColliderShapeDesc, IColliderShapeDesc
|
Improve this Doc
View Source
Properties
Shape
[DataMember(10)]
public PhysicsColliderShape Shape { 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