StaticPlaneColliderShapeDesc Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
System.Object →
StaticPlaneColliderShapeDesc
Derived from StaticPlaneColliderShapeDesc:
[ContentSerializer(typeof(DataContentSerializer<StaticPlaneColliderShapeDesc>))]
[DataContract("StaticPlaneColliderShapeDesc")]
[Display(50, "Infinite Plane", null)]
public class StaticPlaneColliderShapeDesc : IInlineColliderShapeDesc, IAssetColliderShapeDesc, IColliderShapeDesc
|
Improve this Doc
View Source
Fields
Normal
[DataMember(10)]
public Vector3 Normal
Field Value
Offset
[DataMember(20)]
public float Offset
Field Value
Type |
Description |
System.Single |
|
|
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