Class ContactFiltering
Inheritance
System.Object
ContactFiltering
Assembly: cs.temp.dll.dll
public static class ContactFiltering
Methods
Declaration
public static bool NormalXFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedXValue = 0F, FilterMathOperator filterMathOperator = null)
Parameters
| Type |
Name |
Description |
| PhysicsShape.Contact |
contact |
|
| PhysicsShape |
shapeContext |
|
| System.Single |
normalizedXValue |
|
| FilterMathOperator |
filterMathOperator |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool NormalXFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedXValue = 0F, FilterMathOperator filterMathOperator = null)
Parameters
| Type |
Name |
Description |
| PhysicsShape.Contact |
contact |
|
| PhysicsShape |
shapeContext |
|
| System.Single |
normalizedXValue |
|
| FilterMathOperator |
filterMathOperator |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool NormalYFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedYValue = 0F, FilterMathOperator filterMathOperator = null)
Parameters
| Type |
Name |
Description |
| PhysicsShape.Contact |
contact |
|
| PhysicsShape |
shapeContext |
|
| System.Single |
normalizedYValue |
|
| FilterMathOperator |
filterMathOperator |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool NormalYFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedYValue = 0F, FilterMathOperator filterMathOperator = null)
Parameters
| Type |
Name |
Description |
| PhysicsShape.Contact |
contact |
|
| PhysicsShape |
shapeContext |
|
| System.Single |
normalizedYValue |
|
| FilterMathOperator |
filterMathOperator |
|
Returns
| Type |
Description |
| System.Boolean |
|